Skip to content

Commit

Permalink
RangeMessage.xml for 20230923.001
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Sep 23, 2023
1 parent 0c9222b commit bc6b515
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 = '20230922.001';
our $VERSION = '20230923.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, 22 Sep 2023 04:41:21 BST',
_serial => 'c16eaca5-b840-47d0-931e-92b9e5baa1c5',
_data_date => 'Sat, 23 Sep 2023 04:41:26 BST',
_serial => '19627bc2-8f8b-4d0a-9c62-1d2d4a3a7029',
_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 @@ -149,7 +149,7 @@ sub _default_data {
604 => [ 'Vietnam' => [ '0', '2', '300', '399', '40', '46', '470', '497', '4980', '4999', '50', '89', '900', '979', '9800', '9999' ] ],
605 => [ 'Turkey' => [ '00', '02', '030', '039', '04', '05', '06000', '06999', '07', '09', '100', '199', '2000', '2399', '240', '399', '4000', '5999', '60000', '74999', '7500', '7999', '80000', '89999', '9000', '9999' ] ],
606 => [ 'Romania' => [ '000', '099', '10', '49', '500', '799', '8000', '9099', '910', '919', '92000', '95999', '9600', '9749', '975', '999' ] ],
607 => [ 'Mexico' => [ '00', '39', '400', '592', '59300', '59999', '600', '749', '7500', '9499', '95000', '99999' ] ],
607 => [ 'Mexico' => [ '00', '39', '400', '588', '5890', '5929', '59300', '59999', '600', '749', '7500', '9499', '95000', '99999' ] ],
608 => [ 'North Macedonia' => [ '0', '0', '10', '19', '200', '449', '4500', '6499', '65000', '69999', '7', '9' ] ],
609 => [ 'Lithuania' => [ '00', '39', '400', '799', '8000', '9499', '95000', '99999' ] ],
611 => [ 'Thailand' => [ ] ],
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>c16eaca5-b840-47d0-931e-92b9e5baa1c5</MessageSerialNumber>
<MessageDate>Fri, 22 Sep 2023 04:41:21 BST</MessageDate>
<MessageSerialNumber>19627bc2-8f8b-4d0a-9c62-1d2d4a3a7029</MessageSerialNumber>
<MessageDate>Sat, 23 Sep 2023 04:41:26 BST</MessageDate>
<EAN.UCCPrefixes>
<EAN.UCC>
<Prefix>978</Prefix>
Expand Down Expand Up @@ -929,9 +929,13 @@
<Length>2</Length>
</Rule>
<Rule>
<Range>4000000-5929999</Range>
<Range>4000000-5889999</Range>
<Length>3</Length>
</Rule>
<Rule>
<Range>5890000-5929999</Range>
<Length>4</Length>
</Rule>
<Rule>
<Range>5930000-5999999</Range>
<Length>5</Length>
Expand Down

0 comments on commit bc6b515

Please sign in to comment.