Skip to content

Commit

Permalink
RangeMessage.xml for 20231007.001
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Oct 7, 2023
1 parent 7ebee78 commit 49cb239
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 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 = '20230926.001';
our $VERSION = '20231007.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, 26 Sep 2023 04:41:08 BST',
_serial => '6ad9eca0-a529-41ff-984f-ad323d255bba',
_data_date => 'Sat, 7 Oct 2023 04:41:21 BST',
_serial => 'e669b357-6e32-405b-ae61-20c8f27172d4',
_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 @@ -213,7 +213,7 @@ sub _default_data {
987 => [ 'Argentina' => [ '00', '09', '1000', '1999', '20000', '29999', '30', '35', '3600', '4199', '42', '43', '4400', '4499', '45000', '48999', '4900', '4999', '500', '824', '8250', '8279', '82800', '82999', '8300', '8499', '85', '88', '8900', '9499', '95000', '99999' ] ],
988 => [ 'Hong Kong, China' => [ '00', '11', '12000', '19999', '200', '699', '70000', '79999', '8000', '9699', '97000', '99999' ] ],
989 => [ 'Portugal' => [ '0', '1', '20', '34', '35000', '36999', '37', '52', '53000', '54999', '550', '799', '8000', '9499', '95000', '99999' ] ],
9910 => [ 'Uzbekistan' => [ '730', '749', '9650', '9999' ] ],
9910 => [ 'Uzbekistan' => [ '01', '05', '730', '799', '9400', '9999' ] ],
9911 => [ 'Montenegro' => [ '20', '24', '550', '749' ] ],
9912 => [ 'Tanzania' => [ '40', '44', '750', '799', '9800', '9999' ] ],
9913 => [ 'Uganda' => [ '00', '07', '600', '699', '9550', '9999' ] ],
Expand Down
20 changes: 14 additions & 6 deletions lib/Business/ISBN/RangeMessage.xml
Expand Up @@ -17,8 +17,8 @@
]>
<ISBNRangeMessage>
<MessageSource>International ISBN Agency</MessageSource>
<MessageSerialNumber>6ad9eca0-a529-41ff-984f-ad323d255bba</MessageSerialNumber>
<MessageDate>Tue, 26 Sep 2023 04:41:08 BST</MessageDate>
<MessageSerialNumber>e669b357-6e32-405b-ae61-20c8f27172d4</MessageSerialNumber>
<MessageDate>Sat, 7 Oct 2023 04:41:21 BST</MessageDate>
<EAN.UCCPrefixes>
<EAN.UCC>
<Prefix>978</Prefix>
Expand Down Expand Up @@ -3775,19 +3775,27 @@
<Agency>Uzbekistan</Agency>
<Rules>
<Rule>
<Range>0000000-7299999</Range>
<Range>0000000-0099999</Range>
<Length>0</Length>
</Rule>
<Rule>
<Range>0100000-0599999</Range>
<Length>2</Length>
</Rule>
<Rule>
<Range>0600000-7299999</Range>
<Length>0</Length>
</Rule>
<Rule>
<Range>7300000-7499999</Range>
<Range>7300000-7999999</Range>
<Length>3</Length>
</Rule>
<Rule>
<Range>7500000-9649999</Range>
<Range>8000000-9399999</Range>
<Length>0</Length>
</Rule>
<Rule>
<Range>9650000-9999999</Range>
<Range>9400000-9999999</Range>
<Length>4</Length>
</Rule>
</Rules>
Expand Down

0 comments on commit 49cb239

Please sign in to comment.