Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjray/catalyst-model-isbndb
Perl module that provides access to ISBNDB.com as a Catalyst data source
https://github.com/rjray/catalyst-model-isbndb
Last synced: 26 days ago
JSON representation
Perl module that provides access to ISBNDB.com as a Catalyst data source
- Host: GitHub
- URL: https://github.com/rjray/catalyst-model-isbndb
- Owner: rjray
- Created: 2009-01-31T11:31:58.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-08-18T02:58:31.000Z (over 15 years ago)
- Last Synced: 2023-04-13T08:26:44.201Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Catalyst-Model-ISBNDB
- Size: 227 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- Changelog: ChangeLog.xml
Awesome Lists containing this project
README
h1. Catalyst::Model::ISBNDB - Access to the isbndb.com API as a Catalyst model
Version: 0.21
h2. 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.
h2. BUILDING/INSTALLING
This package is set up to configure and build like a typical Perl extension. To build:
perl Makefile.PL
make all
make testIf Catalyst::Model::ISBNDB passes all tests, then:
make installYou may need super-user access to install.
h2. PROBLEMS/BUG REPORTS
Please send any reports of problems or bugs to [email protected]
h2. CHANGES
* t/00_signature.t (deleted)
p{margin-bottom:2em}. Deprecated test.
* ChangeLog (deleted)
* MANIFEST (deleted)
* Makefile (deleted)p{margin-bottom:2em}. 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)p{margin-bottom:2em}. Three new test suites added, two modified to run as developer-only tests.
* lib/Catalyst/Helper/Model/ISBNDB.pm
* lib/Catalyst/Model/ISBNDB.pmp{margin-bottom:2em}. Fixed license docs, other code-cleanliness changes.
* README (deleted)
* README.textile (added)p{margin-bottom:2em}. Replace README with README.textile and associated logic in Build.PL.