WebService::ISBNDB - A Perl extension to access isbndb.com


WebService-ISBNDB documentation Contained in the WebService-ISBNDB distribution.

Index


Code Index:

NAME

Top

WebService::ISBNDB - A Perl extension to access isbndb.com

DESCRIPTION

Top

This module provides no routines or methods. Its purpose is to provide a testable version for other modules that depend on this distribution.

SEE ALSO

Top

WebService::ISBNDB::API, WebService::ISBNDB::API::Authors, WebService::ISBNDB::Books, WebService::ISBNDB::API::Categories, WebService::ISBNDB::API::Publishers, WebService::ISBNDB::API::Subjects, WebService::ISBNDB::Agent, WebService::ISBNDB::Agent::REST, WebService::ISBNDB::Iterator

AUTHOR

Top

Randy J. Ray <rjray@blackperl.com>

LICENSE

Top

This module and the code within are released under the terms of the Artistic License 2.0 (http://www.opensource.org/licenses/artistic-license-2.0.php). This code may be redistributed under either the Artistic License or the GNU Lesser General Public License (LGPL) version 2.1 (http://www.opensource.org/licenses/lgpl-license.php).


WebService-ISBNDB documentation Contained in the WebService-ISBNDB distribution.

###############################################################################
#
# This file copyright (c) 2006-2008 by Randy J. Ray, all rights reserved
#
# See "LICENSE" in the documentation for licensing and redistribution terms.
#
###############################################################################
#
#   $Id: ISBNDB.pm 50 2008-04-06 10:53:33Z  $
#
#   Description:    Empty, placeholder module for version-test capability.
#
#   Functions:      None
#
###############################################################################

package WebService::ISBNDB;

use 5.006;
use strict;
use warnings;
use vars qw($VERSION);

$VERSION = "0.34";

1;