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
 Module::Pluggable

COPYRIGHT AND LICENCE

 Copyright (C) 2004-2013 Andy Schamp, [email protected]
 Copyright (C) 2013-2019 Barbie, [email protected]

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