Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Business-ISBN-Data CPAN distribution.

Report information
The Basics
Id: 29078
Status: resolved
Priority: 0/
Queue: Business-ISBN-Data

People
Owner: Nobody in particular
Requestors: geoff [...] laxan.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.14
Fixed in: (no value)



Subject: New prefix for Greece not added correctly
(This is a continuation of bug #27107.) Version 1.14 of Business::ISBN::Data didn't quite fix the problem with the new range of publishers for Greece being missing. Attached is a patch to 1.14 which will fix it. I also brought the source data in the 'make_data.pl' script up to date.
Subject: isbn-greece-fix.patch
diff -ur Business-ISBN-Data-1.14.orig/Data.pm Business-ISBN-Data-1.14/Data.pm --- Business-ISBN-Data-1.14.orig/Data.pm 2007-05-18 17:26:50.000000000 +0100 +++ Business-ISBN-Data-1.14/Data.pm 2007-08-31 05:19:56.000000000 +0100 @@ -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, 7000 - 8499, 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 ] ], diff -ur Business-ISBN-Data-1.14.orig/make_data.pl Business-ISBN-Data-1.14/make_data.pl --- Business-ISBN-Data-1.14.orig/make_data.pl 2004-12-14 10:31:56.000000000 +0000 +++ Business-ISBN-Data-1.14/make_data.pl 2007-08-31 05:21:37.000000000 +0100 @@ -264,6 +264,7 @@ 960 200 659 960 6600 6899 960 690 699 +960 7000 8499 960 85000 99999 961 00 19 961 200 599
On Fri Aug 31 00:28:27 2007, GEOFFR wrote: Show quoted text
> (This is a continuation of bug #27107.)
I don't see the connection there. Did you get the right number? Show quoted text
> Version 1.14 of Business::ISBN::Data didn't quite fix the problem with > the new range of publishers for Greece being missing.
Fixed. Version 1.15 is on its way to PAUSE.