r8616 - in /branches/upstream/libbusiness-isbn-data-perl/current: Changes Data.pm META.yml

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


Author: gregoa-guest
Date: Sun Oct 28 17:25:17 2007
New Revision: 8616

URL: http://svn.debian.org/wsvn/?sc=1&rev=8616
Log:
[svn-upgrade] Integrating new upstream version, libbusiness-isbn-data-perl (1.17)

Modified:
    branches/upstream/libbusiness-isbn-data-perl/current/Changes
    branches/upstream/libbusiness-isbn-data-perl/current/Data.pm
    branches/upstream/libbusiness-isbn-data-perl/current/META.yml

Modified: branches/upstream/libbusiness-isbn-data-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libbusiness-isbn-data-perl/current/Changes?rev=8616&op=diff
==============================================================================
--- branches/upstream/libbusiness-isbn-data-perl/current/Changes (original)
+++ branches/upstream/libbusiness-isbn-data-perl/current/Changes Sun Oct 28 17:25:17 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: branches/upstream/libbusiness-isbn-data-perl/current/Data.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libbusiness-isbn-data-perl/current/Data.pm?rev=8616&op=diff
==============================================================================
--- branches/upstream/libbusiness-isbn-data-perl/current/Data.pm (original)
+++ branches/upstream/libbusiness-isbn-data-perl/current/Data.pm Sun Oct 28 17:25:17 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: branches/upstream/libbusiness-isbn-data-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libbusiness-isbn-data-perl/current/META.yml?rev=8616&op=diff
==============================================================================
--- branches/upstream/libbusiness-isbn-data-perl/current/META.yml (original)
+++ branches/upstream/libbusiness-isbn-data-perl/current/META.yml Sun Oct 28 17:25:17 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




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