Skip to content

Commit

Permalink
RangeMessage.xml for 20230410.001 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Bot <>
  • Loading branch information
briandfoy committed Apr 10, 2023
1 parent 3a264dd commit dba5da9
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 = '20230331.001';
our $VERSION = '20230410.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 => 'Fri, 31 Mar 2023 04:41:02 BST',
_serial => 'cf542147-41db-402f-9cf1-91a00a895737',
_data_date => 'Mon, 10 Apr 2023 07:05:01 BST',
_serial => 'd38eb948-8a61-451e-8814-af2cf544bc00',
_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', '949999', '9500000', '9999999' ] ],
Expand Down Expand Up @@ -166,7 +166,7 @@ sub _default_data {
622 => [ 'Iran' => [ '00', '10', '200', '374', '5200', '7999', '92500', '99999' ] ],
623 => [ 'Indonesia' => [ '00', '09', '130', '499', '5250', '8799', '88000', '99999' ] ],
624 => [ 'Sri Lanka' => [ '00', '04', '200', '249', '5000', '6449', '94500', '99999' ] ],
625 => [ 'Turkey' => [ '00', '00', '365', '442', '44300', '44499', '445', '449', '6350', '7793', '77940', '77949', '7795', '8499' ] ],
625 => [ 'Turkey' => [ '00', '00', '365', '442', '44300', '44499', '445', '449', '6350', '7793', '77940', '77949', '7795', '8499', '99000', '99999' ] ],
626 => [ 'Taiwan' => [ '00', '04', '300', '499', '7000', '7999', '95000', '99999' ] ],
627 => [ 'Pakistan' => [ '30', '31', '500', '524', '7500', '7999' ] ],
628 => [ 'Colombia' => [ '00', '09', '500', '549', '7500', '8499', '95000', '99999' ] ],
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>cf542147-41db-402f-9cf1-91a00a895737</MessageSerialNumber>
<MessageDate>Fri, 31 Mar 2023 04:41:02 BST</MessageDate>
<MessageSerialNumber>d38eb948-8a61-451e-8814-af2cf544bc00</MessageSerialNumber>
<MessageDate>Mon, 10 Apr 2023 07:05:01 BST</MessageDate>
<EAN.UCCPrefixes>
<EAN.UCC>
<Prefix>978</Prefix>
Expand Down Expand Up @@ -1347,9 +1347,13 @@
<Length>4</Length>
</Rule>
<Rule>
<Range>8500000-9999999</Range>
<Range>8500000-9899999</Range>
<Length>0</Length>
</Rule>
<Rule>
<Range>9900000-9999999</Range>
<Length>5</Length>
</Rule>
</Rules>
</Group>
<Group>
Expand Down

0 comments on commit dba5da9

Please sign in to comment.