While pondering some web-scraping today, I found some circa 2006 references to FEAR::API. I checked CPAN and it is no longer there. The author, Xern, is still active. Does anyone know what happened to it?

Does it still exist, only now with a new name? Has it been abandonded? Removed? other? Replaced by something cooler? (if so, what is it?)

DESCRIPTION:
FEAR::API is a tool that helps reduce your time creating site scraping scripts and help you do it in a much more elegant way. FEAR::API combines many strong and powerful features from various CPAN modules, such as LWP::UserAgent, WWW::Mechanize, Template::Extract, Encode, HTML::Parser, etc. and digests them into a deeper Zen.
2006 perl.com article on FEAR::API by the module author:
http://www.perl.com/pub/a/2006/06/01/fear-api.html
Author's page at cpan:
http://search.cpan.org/~xern/
Backpan:
http://backpan.perl.org/authors/id/X/XE/XERN/
Fresh Ports package:
http://www.freshports.org/www/p5-FEAR-API/
Author's Twitter stream
http://twitter.com/xern
Update:
Xern replied:
@spazm it was pulled off long time ago. bad design. need to come up with a better one.

In reply to What happened to FEAR::API? by spazm

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.