The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Catalyst::Model::ISBNDB - Access to the isbndb.com API as a Catalyst model

Version: 0.21

WHAT IS IT

This is a module to provide programmatic access to the database of book and
author information hosted by isbndb.com (see http://isbndb.com) to a Catalyst
application, as a Model in the MVC scheme. To access the API provided by the
site, you will have to register a user account and create an access key.


BUILDING/INSTALLING

This package is set up to configure and build like a typical Perl extension.
To build:

        perl Build.PL
        ./Build
	./Build test

If Catalyst::Model::ISBNDB passes all tests, then:

        ./Build install

You may need super-user access to install.


PROBLEMS/BUG REPORTS

Please send any reports of problems or bugs to rjray@blackperl.com


CHANGES

lib/Catalyst/Helper/Model/ISBNDB.pm:
lib/Catalyst/Model/ISBNDB.pm:
t/DUMMY.pm:
Updated all copyright dates and license information. All license
references are now to the dual-license arrangement (Artistic
2.0 and LGPL). Added use of "warnings" pragma to any modules
that didn't already have it.

Build.PL:
Updated the package version, fixed reference to required perl version
to remove use of v-string, and added some overlooked dependencies in
the "requires" parameter.

t/00_load.t:
Fixed references to modules in this test. For some reason, the
tests referred to the ::XMLRPC Catalyst components, and no one caught it.