Skip to content

Commit

Permalink
RangeMessage.xml for 20231010.001 (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Bot <>
  • Loading branch information
briandfoy committed Oct 10, 2023
1 parent 28340b4 commit 2f31dfe
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 = '20231006.001';
our $VERSION = '20231010.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, 6 Oct 2023 04:41:08 BST',
_serial => 'e9e84e76-a0c4-46c2-97a3-389d515b0d9a',
_data_date => 'Tue, 10 Oct 2023 04:41:32 BST',
_serial => '02ee9490-a1d9-4f92-9206-1c8f336f025c',
_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 @@ -219,7 +219,7 @@ sub _default_data {
9913 => [ 'Uganda' => [ '00', '07', '600', '699', '9550', '9999' ] ],
9914 => [ 'Kenya' => [ '40', '52', '700', '774', '9600', '9999' ] ],
9915 => [ 'Uruguay' => [ '40', '59', '650', '799', '9300', '9999' ] ],
9916 => [ 'Estonia' => [ '0', '0', '10', '39', '4', '5', '600', '799', '80', '84', '850', '899', '9250', '9999' ] ],
9916 => [ 'Estonia' => [ '0', '0', '10', '39', '4', '5', '600', '799', '80', '84', '850', '899', '90', '91', '9250', '9999' ] ],
9917 => [ 'Bolivia' => [ '0', '0', '30', '34', '600', '699', '9700', '9999' ] ],
9918 => [ 'Malta' => [ '0', '0', '20', '29', '600', '799', '9500', '9999' ] ],
9919 => [ 'Mongolia' => [ '0', '0', '20', '29', '500', '599', '9000', '9999' ] ],
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>e9e84e76-a0c4-46c2-97a3-389d515b0d9a</MessageSerialNumber>
<MessageDate>Fri, 6 Oct 2023 04:41:08 BST</MessageDate>
<MessageSerialNumber>02ee9490-a1d9-4f92-9206-1c8f336f025c</MessageSerialNumber>
<MessageDate>Tue, 10 Oct 2023 04:41:32 BST</MessageDate>
<EAN.UCCPrefixes>
<EAN.UCC>
<Prefix>978</Prefix>
Expand Down Expand Up @@ -3971,7 +3971,11 @@
<Length>3</Length>
</Rule>
<Rule>
<Range>9000000-9249999</Range>
<Range>9000000-9199999</Range>
<Length>2</Length>
</Rule>
<Rule>
<Range>9200000-9249999</Range>
<Length>0</Length>
</Rule>
<Rule>
Expand Down

0 comments on commit 2f31dfe

Please sign in to comment.