r8618 - in /trunk/libbusiness-isbn-data-perl: Changes Data.pm META.yml debian/changelog

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Oct 28 17:26:11 UTC 2007


Author: gregoa-guest
Date: Sun Oct 28 17:26:11 2007
New Revision: 8618

URL: http://svn.debian.org/wsvn/?sc=1&rev=8618
Log:
New upstream release.

Modified:
    trunk/libbusiness-isbn-data-perl/Changes
    trunk/libbusiness-isbn-data-perl/Data.pm
    trunk/libbusiness-isbn-data-perl/META.yml
    trunk/libbusiness-isbn-data-perl/debian/changelog

Modified: trunk/libbusiness-isbn-data-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libbusiness-isbn-data-perl/Changes?rev=8618&op=diff
==============================================================================
--- trunk/libbusiness-isbn-data-perl/Changes (original)
+++ trunk/libbusiness-isbn-data-perl/Changes Sun Oct 28 17:26:11 2007
@@ -1,4 +1,7 @@
-# $Id: Changes,v 1.19 2007/10/26 02:38:34 comdog Exp $
+# $Id: Changes,v 1.20 2007/10/27 18:47:18 comdog Exp $
+
+1.17 - Sat Oct 27 13:47:07 2007
+	* Update to docs to point to latest URL for ISBN International
 
 1.16 - Thu Oct 25 21:38:20 2007
 	* distro cleanups. No need to upgrade.:wq

Modified: trunk/libbusiness-isbn-data-perl/Data.pm
URL: http://svn.debian.org/wsvn/trunk/libbusiness-isbn-data-perl/Data.pm?rev=8618&op=diff
==============================================================================
--- trunk/libbusiness-isbn-data-perl/Data.pm (original)
+++ trunk/libbusiness-isbn-data-perl/Data.pm Sun Oct 28 17:26:11 2007
@@ -1,9 +1,9 @@
-# $Id: Data.pm,v 1.16 2007/10/26 02:37:54 comdog Exp $
+# $Id: Data.pm,v 1.17 2007/10/27 18:46:39 comdog Exp $
 package Business::ISBN::Data;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = sprintf "%d.%02d", q$Revision: 1.16 $ =~ m/ (\d+) \. (\d+) /xg;
+$VERSION = sprintf "%d.%02d", q$Revision: 1.17 $ =~ m/ (\d+) \. (\d+) /xg;
 
 =head1 NAME
 
@@ -22,7 +22,7 @@
 Business::ISBN uses this "data pack" to do its work.  You can update
 Business::ISBN::Data independently of the main module as the various
 ISBN organizations assign new publisher codes.  The ISBN agency lists
-these data at http://www.isbn-international.org/identifiers.html . The
+these data at http://www.isbn-international.org/en/identifiers.html . The
 distribution should include the kludegy script I used to extract the
 data and format the data structure.
 

Modified: trunk/libbusiness-isbn-data-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libbusiness-isbn-data-perl/META.yml?rev=8618&op=diff
==============================================================================
--- trunk/libbusiness-isbn-data-perl/META.yml (original)
+++ trunk/libbusiness-isbn-data-perl/META.yml Sun Oct 28 17:26:11 2007
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Business-ISBN-Data
-version:             1.16
+version:             1.17
 abstract:            Data pack for Business::ISBN
 license:             perl
 generated_by:        ExtUtils::MakeMaker version 6.36

Modified: trunk/libbusiness-isbn-data-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libbusiness-isbn-data-perl/debian/changelog?rev=8618&op=diff
==============================================================================
--- trunk/libbusiness-isbn-data-perl/debian/changelog (original)
+++ trunk/libbusiness-isbn-data-perl/debian/changelog Sun Oct 28 17:26:11 2007
@@ -1,3 +1,9 @@
+libbusiness-isbn-data-perl (1.17-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 28 Oct 2007 18:25:20 +0100
+
 libbusiness-isbn-data-perl (1.16-1) unstable; urgency=low
 
   * New upstream release.




More information about the Pkg-perl-cvs-commits mailing list