Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjray/webservice-isbndb
Perl interface to the ISBNDB.com web service
https://github.com/rjray/webservice-isbndb
Last synced: 9 days ago
JSON representation
Perl interface to the ISBNDB.com web service
- Host: GitHub
- URL: https://github.com/rjray/webservice-isbndb
- Owner: rjray
- Created: 2009-01-31T11:30:34.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-07-19T22:29:06.000Z (over 14 years ago)
- Last Synced: 2023-04-13T08:26:49.018Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Webservice-ISBNDB
- Size: 332 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
Awesome Lists containing this project
README
WebService::ISBNDB - Access to the isbndb.com API
Version: 0.34
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 Build.PL
./Build
./Build testIf WebService::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 [email protected]
CHANGES
Fixed/updated copyright and licensing information. All licensing links
are current with regards to Artistic 2.0 and LGPL 2.1.Fixed a bug found by Gavin Carr in which search attempts routed through
static-method invocations of search() in any of the types (Books,
Authors, etc.) would fail to get the API key unless one had been set as
a default.Fixed $VERSION strings to bump them up; bitten by svn oversight again.
Added the warnings pragma for cleanliness and consistency (despite this
being a dummy module).