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

WWW::Scraper::ISBN::Record - Book Record class for WWW::Scraper::ISBN module.

The WWW::Scraper::ISBN::Record module defines a class that can be used to deal with book information.  It was primarily
created as a return type for the WWW::Scraper::ISBN module, though it could be used for other purposes.  It knows minimal
information about itself, whether the book was found, where it was found, its ISBN number, and whether any errors occurred.
It is usually up to the WWW::Scraper::ISBN::Driver and its subclasses to make sure that the fields get set correctly.

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:

None, though it is required by WWW::Scraper::ISBN

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2004 Andy Schamp

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