Skip to content

Commit

Permalink
RangeMessage.xml for 20231118.001
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Nov 18, 2023
1 parent b5d6e0e commit 0272736
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 4 additions & 4 deletions lib/Business/ISBN/Data.pm
Expand Up @@ -7,7 +7,7 @@ use Carp qw(carp);
use File::Basename qw(dirname);
use File::Spec::Functions qw(catfile);

our $VERSION = '20231114.001';
our $VERSION = '20231118.001';

=encoding utf8
Expand Down Expand Up @@ -115,8 +115,8 @@ You may redistribute this under the terms of the Artistic License 2.0.
sub _default_data {
# BEGIN REPLACE
(
_data_date => 'Tue, 14 Nov 2023 03:41:00 GMT',
_serial => '06b6298e-b8d1-48a6-89d0-180e4a534781',
_data_date => 'Sat, 18 Nov 2023 03:41:09 GMT',
_serial => '3ffb892e-c72b-4f82-b291-6c60436987f2',
_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 @@ -389,7 +389,7 @@ sub _default_data {
8 => [ 'United States' => [ '200', '229', '3200', '3499', '3500', '8849', '88500', '89999', '90000', '90999', '9850000', '9899999', '9900000', '9929999' ] ],
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' ] ],
12 => [ 'Italy' => [ '200', '299', '5450', '5999', '80000', '84999', '985000', '999999' ] ],
},
);
# END REPLACE
Expand Down
10 changes: 7 additions & 3 deletions lib/Business/ISBN/RangeMessage.xml
Expand Up @@ -17,8 +17,8 @@
]>
<ISBNRangeMessage>
<MessageSource>International ISBN Agency</MessageSource>
<MessageSerialNumber>06b6298e-b8d1-48a6-89d0-180e4a534781</MessageSerialNumber>
<MessageDate>Tue, 14 Nov 2023 03:41:00 GMT</MessageDate>
<MessageSerialNumber>3ffb892e-c72b-4f82-b291-6c60436987f2</MessageSerialNumber>
<MessageDate>Sat, 18 Nov 2023 03:41:09 GMT</MessageDate>
<EAN.UCCPrefixes>
<EAN.UCC>
<Prefix>978</Prefix>
Expand Down Expand Up @@ -7901,9 +7901,13 @@
<Length>5</Length>
</Rule>
<Rule>
<Range>8500000-9999999</Range>
<Range>8500000-9849999</Range>
<Length>0</Length>
</Rule>
<Rule>
<Range>9850000-9999999</Range>
<Length>6</Length>
</Rule>
</Rules>
</Group>
<Group>
Expand Down

0 comments on commit 0272736

Please sign in to comment.