Share

Business::ISBN Perl module

File Release Notes and Changelog

Release Name: Business-ISBN-2.00_01

Notes:
$Id: README,v 2.1 2007/01/30 04:14:03 comdog Exp $

You can install this using in the usual Perl fashion

	perl Makefile.PL
	make
	make test
	make install
	
The documentation is in the module file.  Once you install
the file, you can read it with perldoc.

	perldoc Business::ISBN
	
If you want to read it before you install it, you can use
perldoc directly on the module file.

	perldoc ISBN.pm
	
This module is also in CVS on SourceForge

	http://sourceforge.net/projects/brian-d-foy/


Enjoy, 

brian d foy, bdfoy@cpan.org

Changes: Revision history for Perl extension Business::ISBN.