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

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

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

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