Skip to content

Commit

Permalink
RangeMessage.xml for 20240308.001 (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Bot <>
  • Loading branch information
briandfoy committed Mar 8, 2024
1 parent 2e02e9f commit f9d9bdc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
8 changes: 4 additions & 4 deletions lib/Business/ISBN/Data.pm
Expand Up @@ -8,7 +8,7 @@ use Carp qw(carp);
use File::Basename qw(dirname);
use File::Spec::Functions qw(catfile);

our $VERSION = '20240302.001';
our $VERSION = '20240308.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 => 'Sat, 2 Mar 2024 03:41:11 GMT',
_serial => '50f2bcad-a5b8-4998-8f4c-608d8ac33158',
_data_date => 'Fri, 8 Mar 2024 03:41:11 GMT',
_serial => '71428290-f125-4830-afab-51fd57501fa2',
_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 @@ -181,7 +181,7 @@ sub _default_data {
953 => [ 'Croatia' => [ '0', '0', '10', '14', '150', '459', '46000', '49999', '500', '500', '50100', '50999', '51', '54', '55000', '59999', '6000', '9499', '95000', '99999' ] ],
954 => [ 'Bulgaria' => [ '00', '28', '2900', '2999', '300', '799', '8000', '8999', '90000', '92999', '9300', '9999' ] ],
955 => [ 'Sri Lanka' => [ '0000', '1999', '20', '33', '3400', '3549', '35500', '35999', '3600', '3799', '38000', '38999', '3900', '4099', '41000', '44999', '4500', '4999', '50000', '54999', '550', '710', '71100', '71499', '7150', '9499', '95000', '99999' ] ],
956 => [ 'Chile' => [ '00', '08', '09000', '09999', '10', '19', '200', '599', '6000', '6999', '7000', '9999' ] ],
956 => [ 'Chile' => [ '00', '07', '08000', '08499', '09000', '09999', '10', '19', '200', '599', '6000', '6999', '7000', '9999' ] ],
957 => [ 'Taiwan' => [ '00', '02', '0300', '0499', '05', '19', '2000', '2099', '21', '27', '28000', '30999', '31', '43', '440', '819', '8200', '9699', '97000', '99999' ] ],
958 => [ 'Colombia' => [ '00', '49', '500', '509', '5100', '5199', '52000', '53999', '5400', '5599', '56000', '59999', '600', '799', '8000', '9499', '95000', '99999' ] ],
959 => [ 'Cuba' => [ '00', '19', '200', '699', '7000', '8499', '85000', '99999' ] ],
Expand Down
14 changes: 11 additions & 3 deletions lib/Business/ISBN/RangeMessage.xml
Expand Up @@ -17,8 +17,8 @@
]>
<ISBNRangeMessage>
<MessageSource>International ISBN Agency</MessageSource>
<MessageSerialNumber>50f2bcad-a5b8-4998-8f4c-608d8ac33158</MessageSerialNumber>
<MessageDate>Sat, 2 Mar 2024 03:41:11 GMT</MessageDate>
<MessageSerialNumber>71428290-f125-4830-afab-51fd57501fa2</MessageSerialNumber>
<MessageDate>Fri, 8 Mar 2024 03:41:11 GMT</MessageDate>
<EAN.UCCPrefixes>
<EAN.UCC>
<Prefix>978</Prefix>
Expand Down Expand Up @@ -3029,9 +3029,17 @@
<Agency>Chile</Agency>
<Rules>
<Rule>
<Range>0000000-0899999</Range>
<Range>0000000-0799999</Range>
<Length>2</Length>
</Rule>
<Rule>
<Range>0800000-0849999</Range>
<Length>5</Length>
</Rule>
<Rule>
<Range>0850000-0899999</Range>
<Length>0</Length>
</Rule>
<Rule>
<Range>0900000-0999999</Range>
<Length>5</Length>
Expand Down

0 comments on commit f9d9bdc

Please sign in to comment.