diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-15 19:22:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-15 19:22:55 +0000 |
commit | 996bbeb4afe7c6eac8f46050df9013ff6fbe0d70 (patch) | |
tree | 31af43c44a833750a0d2a5a6cbe3cd9e30d03047 /misc/p5-Business-ISBN/Makefile | |
parent | 6d856171bf723574dad0fee7d43f66241679cbb7 (diff) | |
download | pkgsrc-996bbeb4afe7c6eac8f46050df9013ff6fbe0d70.tar.gz |
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
Diffstat (limited to 'misc/p5-Business-ISBN/Makefile')
-rw-r--r-- | misc/p5-Business-ISBN/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/p5-Business-ISBN/Makefile b/misc/p5-Business-ISBN/Makefile index ccac99c0712..6bf09d49770 100644 --- a/misc/p5-Business-ISBN/Makefile +++ b/misc/p5-Business-ISBN/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/19 15:50:14 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/15 19:22:55 wiz Exp $ # -DISTNAME= Business-ISBN-20001010 +DISTNAME= Business-ISBN-1.60 PKGNAME= p5-${DISTNAME} CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/} |