WWW/Scraper/ISBN version 0.21
=============================

The WWW::Scraper::ISBN class was built as a way to retrieve information on books from multiple 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 Andy Schamp, andy@schamp.net

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.