Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Build.PL | ||
| |
ChangeLog.xml | ||
| |
MANIFEST.SKIP | ||
| |
README.textile | ||
| |
etc/ | ||
| |
lib/ | ||
| |
t/ |
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 Makefile.PL
make all
make test
If Catalyst::Model::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
- t/00_signature.t (deleted)
Deprecated test.
- ChangeLog (deleted)
- MANIFEST (deleted)
- Makefile (deleted)
Deprecated files.
- t/01_pod.t
- t/02_pod_coverage.t
- t/03_meta.t (added)
- t/04_minimumversion.t (added)
- t/05_critic.t (added)
Three new test suites added, two modified to run as developer-only tests.
- lib/Catalyst/Helper/Model/ISBNDB.pm
- lib/Catalyst/Model/ISBNDB.pm
Fixed license docs, other code-cleanliness changes.
- README (deleted)
- README.textile (added)
Replace README with README.textile and associated logic in Build.PL.








