Skip to content

Commit

Permalink
RangeMessage.xml for 20231130.001
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Nov 30, 2023
1 parent 074a0be commit c3cc63d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 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 = '20231125.001';
our $VERSION = '20231130.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 => 'Sat, 25 Nov 2023 03:41:11 GMT',
_serial => 'fcd87940-78d0-41b3-bd2d-daa03c111597',
_data_date => 'Thu, 30 Nov 2023 03:41:09 GMT',
_serial => '52b3258c-b5c6-4bb3-a74f-678e11e1c3b0',
_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 @@ -367,7 +367,7 @@ sub _default_data {
99973 => [ 'Mongolia' => [ '0', '3', '40', '79', '800', '999' ] ],
99974 => [ 'Bolivia' => [ '0', '0', '10', '25', '260', '399', '40', '63', '640', '649', '65', '79', '800', '999' ] ],
99975 => [ 'Tajikistan' => [ '0', '2', '300', '399', '40', '79', '800', '999' ] ],
99976 => [ 'Srpska, Republic of' => [ '0', '0', '10', '15', '160', '199', '20', '59', '600', '819', '82', '89', '900', '999' ] ],
99976 => [ 'Srpska, Republic of' => [ '00', '03', '075', '099', '10', '15', '160', '199', '20', '59', '600', '819', '82', '89', '900', '999' ] ],
99977 => [ 'Rwanda' => [ '0', '1', '40', '69', '700', '799', '975', '999' ] ],
99978 => [ 'Mongolia' => [ '0', '4', '50', '69', '700', '999' ] ],
99979 => [ 'Honduras' => [ '0', '3', '40', '79', '800', '999' ] ],
Expand Down
16 changes: 12 additions & 4 deletions lib/Business/ISBN/RangeMessage.xml
Expand Up @@ -17,8 +17,8 @@
]>
<ISBNRangeMessage>
<MessageSource>International ISBN Agency</MessageSource>
<MessageSerialNumber>fcd87940-78d0-41b3-bd2d-daa03c111597</MessageSerialNumber>
<MessageDate>Sat, 25 Nov 2023 03:41:11 GMT</MessageDate>
<MessageSerialNumber>52b3258c-b5c6-4bb3-a74f-678e11e1c3b0</MessageSerialNumber>
<MessageDate>Thu, 30 Nov 2023 03:41:09 GMT</MessageDate>
<EAN.UCCPrefixes>
<EAN.UCC>
<Prefix>978</Prefix>
Expand Down Expand Up @@ -7403,8 +7403,16 @@
<Agency>Srpska, Republic of</Agency>
<Rules>
<Rule>
<Range>0000000-0999999</Range>
<Length>1</Length>
<Range>0000000-0399999</Range>
<Length>2</Length>
</Rule>
<Rule>
<Range>0400000-0749999</Range>
<Length>0</Length>
</Rule>
<Rule>
<Range>0750000-0999999</Range>
<Length>3</Length>
</Rule>
<Rule>
<Range>1000000-1599999</Range>
Expand Down

0 comments on commit c3cc63d

Please sign in to comment.