r5483 - in /packages/libbusiness-isbn-data-perl/branches/upstream/current: Changes Data.pm MANIFEST META.yml Makefile.PL examples/ examples/README

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri May 18 23:36:17 UTC 2007


Author: gregoa-guest
Date: Fri May 18 23:36:17 2007
New Revision: 5483

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

Added:
    packages/libbusiness-isbn-data-perl/branches/upstream/current/examples/
    packages/libbusiness-isbn-data-perl/branches/upstream/current/examples/README
Modified:
    packages/libbusiness-isbn-data-perl/branches/upstream/current/Changes
    packages/libbusiness-isbn-data-perl/branches/upstream/current/Data.pm
    packages/libbusiness-isbn-data-perl/branches/upstream/current/MANIFEST
    packages/libbusiness-isbn-data-perl/branches/upstream/current/META.yml
    packages/libbusiness-isbn-data-perl/branches/upstream/current/Makefile.PL

Modified: packages/libbusiness-isbn-data-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libbusiness-isbn-data-perl/branches/upstream/current/Changes?rev=5483&op=diff
==============================================================================
--- packages/libbusiness-isbn-data-perl/branches/upstream/current/Changes (original)
+++ packages/libbusiness-isbn-data-perl/branches/upstream/current/Changes Fri May 18 23:36:17 2007
@@ -1,4 +1,7 @@
-# $Id: Changes,v 1.16 2007/01/10 05:12:48 comdog Exp $
+# $Id: Changes,v 1.17 2007/05/18 16:28:06 comdog Exp $
+
+1.14 - Fri May 18 11:27:36 2007
+	* *Added 7000-8499 range from Greece (960) to fix RT #27107
 
 1.13 - Tue Jan  9 23:12:56 2007
 	* updated copyright and license info

Modified: packages/libbusiness-isbn-data-perl/branches/upstream/current/Data.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libbusiness-isbn-data-perl/branches/upstream/current/Data.pm?rev=5483&op=diff
==============================================================================
--- packages/libbusiness-isbn-data-perl/branches/upstream/current/Data.pm (original)
+++ packages/libbusiness-isbn-data-perl/branches/upstream/current/Data.pm Fri May 18 23:36:17 2007
@@ -1,9 +1,9 @@
-# $Id: Data.pm,v 1.13 2007/01/10 05:12:23 comdog Exp $
+# $Id: Data.pm,v 1.14 2007/05/18 16:26:50 comdog Exp $
 package Business::ISBN::Data;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = sprintf "%d.%02d", q$Revision: 1.13 $ =~ m/ (\d+) \. (\d+) /xg;
+$VERSION = sprintf "%d.%02d", q$Revision: 1.14 $ =~ m/ (\d+) \. (\d+) /xg;
 
 =head1 NAME
 
@@ -98,7 +98,7 @@
   957 => [ 'Taiwan, China',             [ '00' => '02', '0300' => '0499', '05' => 19, 2000 => 2099, 21 => 27, 28000 => 30999, 31 => 43, 440 => 819, 8200 => 9699, 97000 => 99999 ] ],
   958 => [ 'Colombia',                  [ '00' => 59, 600 => 799, 8000 => 9499, 95000 => 99999 ] ],
   959 => [ 'Cuba',                      [ '00' => 19, 200 => 699, 7000 => 8499 ] ],
-  960 => [ 'Greece',                    [ '00' => 19, 200 => 659, 6600 => 6899, 690 => 699, 85000 => 99999 ] ],
+  960 => [ 'Greece',                    [ '00' => 19, 200 => 659, 6600 => 6899, 690 => 699, 7000 - 8499, 85000 => 99999 ] ],
   961 => [ 'Slovenia',                  [ '00' => 19, 200 => 599, 6000 => 8999, 90000 => 94999 ] ],
   962 => [ 'Hong Kong',                 [ '00' => 19, 200 => 699, 7000 => 8499, 85000 => 86999, 8700 => 8999, 900 => 999 ] ],
   963 => [ 'Hungary',                   [ '00' => 19, 200 => 699, 7000 => 8499, 85000 => 89999, 9000 => 9999 ] ],

Modified: packages/libbusiness-isbn-data-perl/branches/upstream/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libbusiness-isbn-data-perl/branches/upstream/current/MANIFEST?rev=5483&op=diff
==============================================================================
--- packages/libbusiness-isbn-data-perl/branches/upstream/current/MANIFEST (original)
+++ packages/libbusiness-isbn-data-perl/branches/upstream/current/MANIFEST Fri May 18 23:36:17 2007
@@ -1,5 +1,6 @@
 Changes
 Data.pm
+examples/README
 LICENSE
 make_data.pl
 Makefile.PL

Modified: packages/libbusiness-isbn-data-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libbusiness-isbn-data-perl/branches/upstream/current/META.yml?rev=5483&op=diff
==============================================================================
--- packages/libbusiness-isbn-data-perl/branches/upstream/current/META.yml (original)
+++ packages/libbusiness-isbn-data-perl/branches/upstream/current/META.yml Fri May 18 23:36:17 2007
@@ -1,12 +1,14 @@
 --- #YAML:1.0
 name:                Business-ISBN-Data
-version:             1.13
+version:             1.14
 abstract:            ~
 license:             perl
-generated_by:        ExtUtils::MakeMaker version 6.31
+generated_by:        ExtUtils::MakeMaker version 6.32
 distribution_type:   module
 requires:     
     Test::More:                    0
 meta-spec:
     url:     http://module-build.sourceforge.net/META-spec-v1.2.html
     version: 1.2
+author:
+    - brian d foy <bdfoy at cpan.org>

Modified: packages/libbusiness-isbn-data-perl/branches/upstream/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libbusiness-isbn-data-perl/branches/upstream/current/Makefile.PL?rev=5483&op=diff
==============================================================================
--- packages/libbusiness-isbn-data-perl/branches/upstream/current/Makefile.PL (original)
+++ packages/libbusiness-isbn-data-perl/branches/upstream/current/Makefile.PL Fri May 18 23:36:17 2007
@@ -1,4 +1,4 @@
-# $Id: Makefile.PL,v 1.6 2007/01/10 03:45:41 comdog Exp $
+# $Id: Makefile.PL,v 1.7 2007/05/18 16:26:51 comdog Exp $
 use ExtUtils::MakeMaker;
 
 eval "use Test::Manifest 1.14";
@@ -7,6 +7,8 @@
     'NAME'  	 	=> 'Business::ISBN::Data',
     'VERSION_FROM' 	=> 'Data.pm', 
 	'LICENSE'       => 'perl',
+	'AUTHOR'        => 'brian d foy <bdfoy at cpan.org>',
+	
     'PREREQ_PM'     => {
     	'Test::More'       => '0',
     	},

Added: packages/libbusiness-isbn-data-perl/branches/upstream/current/examples/README
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libbusiness-isbn-data-perl/branches/upstream/current/examples/README?rev=5483&op=file
==============================================================================
--- packages/libbusiness-isbn-data-perl/branches/upstream/current/examples/README (added)
+++ packages/libbusiness-isbn-data-perl/branches/upstream/current/examples/README Fri May 18 23:36:17 2007
@@ -1,0 +1,1 @@
+See the tests in the t/ directory for examples until I add some more.




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