Net::ISBNDB - Access to the isbndb.com API

Version: 0.11

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 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 Makefile.PL
        make && make test

If Net::ISBNDB passes all tests, then:

        make 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

The initial release omitted several files from MANIFEST. This release is only
to make sure they are distributed.
