Skip to content

Commit

Permalink
RangeMessage.xml for 20231102.001 (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Bot <>
  • Loading branch information
briandfoy committed Nov 2, 2023
1 parent 5bc5640 commit 6d4665e
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 = '20231031.001';
our $VERSION = '20231102.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, 31 Oct 2023 03:41:24 GMT',
_serial => 'bd7be8a1-b063-488e-ab83-573fc6093e56',
_data_date => 'Thu, 2 Nov 2023 03:41:12 GMT',
_serial => '0b39dc7b-15d3-4c87-b7be-05f4a138cc67',
_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 @@ -236,7 +236,7 @@ sub _default_data {
9930 => [ 'Costa Rica' => [ '00', '49', '500', '939', '9400', '9999' ] ],
9931 => [ 'Algeria' => [ '00', '23', '240', '899', '9000', '9999' ] ],
9932 => [ 'Lao People\'s Democratic Republic' => [ '00', '39', '400', '849', '8500', '9999' ] ],
9933 => [ 'Syria' => [ '0', '0', '10', '39', '400', '899', '9000', '9999' ] ],
9933 => [ 'Syria' => [ '0', '0', '10', '39', '400', '869', '87', '89', '9000', '9999' ] ],
9934 => [ 'Latvia' => [ '0', '0', '10', '49', '500', '799', '8000', '9999' ] ],
9935 => [ 'Iceland' => [ '0', '0', '10', '39', '400', '899', '9000', '9999' ] ],
9936 => [ 'Afghanistan' => [ '0', '1', '20', '39', '400', '799', '8000', '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>bd7be8a1-b063-488e-ab83-573fc6093e56</MessageSerialNumber>
<MessageDate>Tue, 31 Oct 2023 03:41:24 GMT</MessageDate>
<MessageSerialNumber>0b39dc7b-15d3-4c87-b7be-05f4a138cc67</MessageSerialNumber>
<MessageDate>Thu, 2 Nov 2023 03:41:12 GMT</MessageDate>
<EAN.UCCPrefixes>
<EAN.UCC>
<Prefix>978</Prefix>
Expand Down Expand Up @@ -4433,9 +4433,13 @@
<Length>2</Length>
</Rule>
<Rule>
<Range>4000000-8999999</Range>
<Range>4000000-8699999</Range>
<Length>3</Length>
</Rule>
<Rule>
<Range>8700000-8999999</Range>
<Length>2</Length>
</Rule>
<Rule>
<Range>9000000-9999999</Range>
<Length>4</Length>
Expand Down

0 comments on commit 6d4665e

Please sign in to comment.