Skip to content

Commit

Permalink
RangeMessage.xml for 20230523.001
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed May 23, 2023
1 parent 6439a04 commit f874984
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 = '20230516.001';
our $VERSION = '20230523.001';

=encoding utf8
Expand Down Expand Up @@ -115,12 +115,12 @@ You may redistribute this under the terms of the Artistic License 2.0.
sub _default_data {
# BEGIN REPLACE
(
_data_date => 'Tue, 16 May 2023 15:48:50 BST',
_serial => '95600a2f-fb0d-4923-947d-c6b77d1998a0',
_data_date => 'Tue, 23 May 2023 04:41:07 BST',
_serial => 'd6554af9-271d-43f2-bef1-dfcacade43eb',
_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' ] ],
1 => [ 'English language' => [ '000', '009', '01', '02', '030', '034', '0350', '0399', '04', '06', '0700', '0999', '100', '397', '3980', '5499', '55000', '64999', '6500', '6799', '68000', '68599', '6860', '7139', '714', '716', '7170', '7319', '7320000', '7399999', '74000', '77499', '7750000', '7753999', '77540', '77639', '7764000', '7764999', '77650', '77699', '7770000', '7782999', '77830', '78999', '7900', '7999', '80000', '80049', '80050', '80499', '80500', '83799', '8380000', '8384999', '83850', '86719', '8672', '8675', '86760', '86979', '869800', '915999', '9160000', '9165059', '916506', '916869', '9168700', '9169079', '916908', '919599', '9196000', '9196549', '919655', '972999', '9730', '9877', '987800', '991149', '9911500', '9911999', '991200', '998989', '9989900', '9999999' ] ],
1 => [ 'English language' => [ '000', '009', '01', '02', '030', '034', '0350', '0399', '040', '049', '05', '06', '0700', '0999', '100', '397', '3980', '5499', '55000', '64999', '6500', '6799', '68000', '68599', '6860', '7139', '714', '716', '7170', '7319', '7320000', '7399999', '74000', '77499', '7750000', '7753999', '77540', '77639', '7764000', '7764999', '77650', '77699', '7770000', '7782999', '77830', '78999', '7900', '7999', '80000', '80049', '80050', '80499', '80500', '83799', '8380000', '8384999', '83850', '86719', '8672', '8675', '86760', '86979', '869800', '915999', '9160000', '9165059', '916506', '916869', '9168700', '9169079', '916908', '919599', '9196000', '9196549', '919655', '972999', '9730', '9877', '987800', '991149', '9911500', '9911999', '991200', '998989', '9989900', '9999999' ] ],
2 => [ 'French language' => [ '00', '19', '200', '349', '35000', '39999', '400', '486', '487000', '494999', '495', '495', '4960', '4966', '49670', '49699', '497', '699', '7000', '8399', '84000', '89999', '900000', '919799', '91980', '91980', '919810', '919942', '9199430', '9199689', '919969', '949999', '9500000', '9999999' ] ],
3 => [ 'German language' => [ '00', '02', '030', '033', '0340', '0369', '03700', '03999', '04', '19', '200', '699', '7000', '8499', '85000', '89999', '900000', '949999', '9500000', '9539999', '95400', '96999', '9700000', '9849999', '98500', '99999' ] ],
4 => [ 'Japan' => [ '00', '19', '200', '699', '7000', '8499', '85000', '89999', '900000', '949999', '9500000', '9999999' ] ],
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>95600a2f-fb0d-4923-947d-c6b77d1998a0</MessageSerialNumber>
<MessageDate>Tue, 16 May 2023 15:48:50 BST</MessageDate>
<MessageSerialNumber>d6554af9-271d-43f2-bef1-dfcacade43eb</MessageSerialNumber>
<MessageDate>Tue, 23 May 2023 04:41:07 BST</MessageDate>
<EAN.UCCPrefixes>
<EAN.UCC>
<Prefix>978</Prefix>
Expand Down Expand Up @@ -193,7 +193,11 @@
<Length>4</Length>
</Rule>
<Rule>
<Range>0400000-0699999</Range>
<Range>0400000-0499999</Range>
<Length>3</Length>
</Rule>
<Rule>
<Range>0500000-0699999</Range>
<Length>2</Length>
</Rule>
<Rule>
Expand Down

0 comments on commit f874984

Please sign in to comment.