Subject: CVS commit: pkgsrc/misc/p5-Business-ISBN
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 08/15/2001 22:22:56
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Aug 15 19:22:55 UTC 2001

Modified Files:
	pkgsrc/misc/p5-Business-ISBN: Makefile distinfo

Log Message:
Update to 1.60. Changes:
- fixed some -w dirty internals
- there was an error in test.pl that failed to identify a bug. the
  constructor was always setting $obj->is_valid to BAD_CHECKSUM.
- fixed -w dirty line in is_valid_checksum
- fixed problem parsing ISBNs without valid country codes which would
  cause an infinite loop.
- added symbolic constants to replace magic return values.
- fixed is_valid_checksum which would issue warnings if the string was
  less than ten characters
- added a test.pl which still needs more tests to reach all of the code.
- version 1.5 fixed some bugs with checksums
- version 1.51 has a few minor doc fixes


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/misc/p5-Business-ISBN/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/misc/p5-Business-ISBN/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.