Skip to content

Commit

Permalink
RangeMessage.xml for 20240601.001 (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Bot <>
  • Loading branch information
briandfoy authored Jun 1, 2024
1 parent 333f190 commit ee28776
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 5 deletions.
7 changes: 4 additions & 3 deletions lib/Business/ISBN/Data.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Carp qw(carp);
use File::Basename qw(dirname);
use File::Spec::Functions qw(catfile);

our $VERSION = '20240523.001';
our $VERSION = '20240601.001';

=encoding utf8
Expand Down Expand Up @@ -116,8 +116,8 @@ You may redistribute this under the terms of the Artistic License 2.0.
sub _default_data {
# BEGIN REPLACE
(
_data_date => 'Thu, 23 May 2024 15:26:49 BST',
_serial => '2cd8d843-bb15-45c7-9972-15996004b0ab',
_data_date => 'Sat, 1 Jun 2024 04:41:03 BST',
_serial => '9023a4cd-f289-413f-8e7b-88b6c896a0db',
_source => __FILE__,
978 => {
0 => [ 'English language' => [ '00', '19', '200', '227', '2280', '2289', '229', '368', '3690', '3699', '370', '638', '6390', '6397', '6398000', '6399999', '640', '644', '6450000', '6459999', '646', '647', '6480000', '6489999', '649', '654', '6550', '6559', '656', '699', '7000', '8499', '85000', '89999', '900000', '900370', '9003710', '9003719', '900372', '949999', '9500000', '9999999' ] ],
Expand Down Expand Up @@ -394,6 +394,7 @@ sub _default_data {
10 => [ 'France' => [ '00', '19', '200', '699', '7000', '8999', '90000', '97599', '976000', '999999' ] ],
11 => [ 'Korea, Republic' => [ '00', '24', '250', '549', '5500', '8499', '85000', '94999', '950000', '999999' ] ],
12 => [ 'Italy' => [ '200', '299', '5450', '5999', '80000', '84999', '985000', '999999' ] ],
13 => [ 'Spain' => [ '00', '00', '600', '604', '7000', '7349', '87500', '89999', '990000', '999999' ] ],
},
);
# END REPLACE
Expand Down
46 changes: 44 additions & 2 deletions lib/Business/ISBN/RangeMessage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
]>
<ISBNRangeMessage>
<MessageSource>International ISBN Agency</MessageSource>
<MessageSerialNumber>2cd8d843-bb15-45c7-9972-15996004b0ab</MessageSerialNumber>
<MessageDate>Thu, 23 May 2024 15:26:49 BST</MessageDate>
<MessageSerialNumber>9023a4cd-f289-413f-8e7b-88b6c896a0db</MessageSerialNumber>
<MessageDate>Sat, 1 Jun 2024 04:41:03 BST</MessageDate>
<EAN.UCCPrefixes>
<EAN.UCC>
<Prefix>978</Prefix>
Expand Down Expand Up @@ -8432,6 +8432,48 @@
</Rule>
</Rules>
</Group>
<Group>
<Prefix>979-13</Prefix>
<Agency>Spain</Agency>
<Rules>
<Rule>
<Range>0000000-0099999</Range>
<Length>2</Length>
</Rule>
<Rule>
<Range>0100000-5999999</Range>
<Length>0</Length>
</Rule>
<Rule>
<Range>6000000-6049999</Range>
<Length>3</Length>
</Rule>
<Rule>
<Range>6050000-6999999</Range>
<Length>0</Length>
</Rule>
<Rule>
<Range>7000000-7349999</Range>
<Length>4</Length>
</Rule>
<Rule>
<Range>7350000-8749999</Range>
<Length>0</Length>
</Rule>
<Rule>
<Range>8750000-8999999</Range>
<Length>5</Length>
</Rule>
<Rule>
<Range>9000000-9899999</Range>
<Length>0</Length>
</Rule>
<Rule>
<Range>9900000-9999999</Range>
<Length>6</Length>
</Rule>
</Rules>
</Group>
<Group>
<Prefix>979-8</Prefix>
<Agency>United States</Agency>
Expand Down

0 comments on commit ee28776

Please sign in to comment.