The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
WWW-Scraper-ISBN
================

The WWW::Scraper::ISBN class was built as a way to retrieve information on 
books from multiple online sources easily. It utilizes at least one driver 
implemented as a subclass of L<WWW::Scraper::ISBN::Driver>, each of which is 
designed to scrape from a single source.  Because we found that different 
sources had different information available on different books, we designed a 
basic interface that could be implemented in whatever ways necessary to 
retrieve the desired information.

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

DEPENDENCIES

This module requires these other modules and libraries:

  Carp
  WWW::Scraper::ISBN::Record

COPYRIGHT AND LICENCE

  Copyright (C) 2004-2013 Andy Schamp, andy@schamp.net
  Copyright (C) 2013-2015 Barbie, barbie@cpan.org

  This distribution is free software; you can redistribute it and/or
  modify it under the Artistic Licence v2.