public
Description: Perl web scraping toolkit
Homepage: http://search.cpan.org/dist/Web-Scraper
Clone URL: git://github.com/miyagawa/web-scraper.git
name age message
file .gitignore Tue Mar 24 12:04:48 -0700 2009 Add support for HTML::TreeBuilder::LibXML and t... [Tatsuhiko Miyagawa]
file .shipit Thu Jan 15 11:38:51 -0800 2009 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
file Changes Sun Jul 19 00:44:22 -0700 2009 releng [Tatsuhiko Miyagawa]
file MANIFEST Sun Jul 19 00:45:04 -0700 2009 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
file MANIFEST.SKIP Wed Jul 08 13:40:06 -0700 2009 Add Web::Scraper::LibXML [Tatsuhiko Miyagawa]
file Makefile.PL Sun Jul 19 00:43:43 -0700 2009 use content_charset (new with LWP 5.827) instea... [Tatsuhiko Miyagawa]
file README Tue May 08 19:55:18 -0700 2007 import Web::Scraper [Tatsuhiko Miyagawa]
directory bin/ Wed Oct 17 17:41:34 -0700 2007 print to PAGER if it's set. changed variable na... [Tatsuhiko Miyagawa]
directory eg/ Sat Nov 24 17:23:40 -0800 2007 Checking in changes prior to tagging of version... [Tatsuhiko Miyagawa]
directory lib/ Mon Dec 07 16:39:29 -0800 2009 Merge branch 'jshirley/master' [Tatsuhiko Miyagawa]
directory t/ Thu Jul 09 13:03:15 -0700 2009 LibXML can (obviously) handle XML document! [Tatsuhiko Miyagawa]
directory xt/ Tue Mar 24 12:08:53 -0700 2009 tests [Tatsuhiko Miyagawa]
README
This is Perl module Web::Scraper.

INSTALLATION

Web::Scraper installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan Web::Scraper

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

Web::Scraper documentation is available as in POD. So you can do:

    % perldoc Web::Scraper

to read the documentation online with your favorite pager.

Tatsuhiko Miyagawa