pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/p5-Business-ISBN



Module Name:    pkgsrc
Committed By:   rhaen
Date:           Thu Jul 17 06:51:52 UTC 2008

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

Log Message:
- updated to 2.03
- took maintainership

Changelog:
2.03 - Tue Oct  2 03:17:34 2007
        * Fixed minor distro problems and bumped to release version 2.03

2.02_05 - Wed Sep 12 13:27:09 2007
        * Explore RT #29292. I don't seem to have the problem with
        hyphens for ISBN-13, but let's see what CPAN Testers has to
        say

2.02_04 - Sat Sep  1 14:55:00 2007
        [BUGFIX] ISBN13 was returing "Bookland" for all groups, but
        it shouldn't do that. Now it returns the same thing you'd
        get from ISBN10 (e.g. "English", "German", ... ).

2.02_03 - Sat Sep  1 04:12:49 2007
        [BUGFIX] RT 29089 - I had the wrong _max_length for ISBN13. That 13
        is the hint that it should be 13. :)

2.02_02 - Sat Aug 25 05:57:22 2007
        [FEATURE] added exportable function valid_isbn_checksum that
        takes care of all of the object stuff for you and just gives
        you the answer. In previous docs, this was called is_valid_checksum
        even though that conflicted with an object method. It was
        documented but never implemented. Now it's there. :)
        [BUGFIX] now should pass tests under 5.6.2, after a bit of
        backporting. Upgrade already people! :)

2.02_01 - Fri Aug 17 14:00:51 2007
        * Don't import import() from Exporter. There are a lot of people
        (apparently) using very old perls, not just CPAN Testers.

2.02 - Wed Aug 15 03:11:25 2007
        * fixes RT #28843: an ISBN-13 with a bad prefix shouldn't croak,
        but return an object that explains the error.

2.01 - Sun Aug 12 22:28:01 2007
        * Official release of Business::ISBN to handle ISBN-13
        * Does not handle 979- numbers yet (need publisher data for that)
        * Does handle 978-numbere, which is the 10 digit ISBN with a
        different "country code", so it uses the same publisher data
        * There are significant API changes to handle the new stuff. It's
        not so bad, but test it before you rip out the old Business::ISBN
        stuff.

2.00_01 - Wed Mar 14 00:38:18 2007
        * DEVELOPER RELEASE
        * Completely redone internals to handle ISBN-10 and ISBN-13
        * Some interface changes to Business::ISBN 1.x
        * Removed exportable functions.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/misc/p5-Business-ISBN/Makefile
cvs rdiff -r1.7 -r1.8 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.



Home | Main Index | Thread Index | Old Index