Skip to content

Commit

Permalink
RangeMessage.xml for 20230830.001
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Aug 30, 2023
1 parent 3a209be commit 8a41742
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 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 = '20230823.001';
our $VERSION = '20230830.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 => 'Wed, 23 Aug 2023 04:41:02 BST',
_serial => '39624ed8-c94b-4a58-b1f8-f84c9ca4ded9',
_data_date => 'Wed, 30 Aug 2023 04:40:59 BST',
_serial => 'b468eac1-ca21-4017-945c-2ce6fa14bd2b',
_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' ] ],
Expand Down Expand Up @@ -386,7 +386,7 @@ sub _default_data {
99993 => [ 'Mauritius' => [ '0', '1', '50', '54', '980', '999' ] ],
},
979 => {
8 => [ 'United States' => [ '200', '229', '3500', '3999', '4000', '8499', '8500', '8849', '88500', '89999', '9850000', '9899999' ] ],
8 => [ 'United States' => [ '200', '229', '3200', '3499', '3500', '8849', '88500', '89999', '90000', '90999', '9850000', '9899999', '9900000', '9929999' ] ],
10 => [ 'France' => [ '00', '19', '200', '699', '7000', '8999', '90000', '97599', '976000', '999999' ] ],
11 => [ 'Korea, Republic' => [ '00', '24', '250', '549', '5500', '8499', '85000', '94999', '950000', '999999' ] ],
12 => [ 'Italy' => [ '200', '299', '5450', '5999', '80000', '84999' ] ],
Expand Down
24 changes: 14 additions & 10 deletions lib/Business/ISBN/RangeMessage.xml
Expand Up @@ -17,8 +17,8 @@
]>
<ISBNRangeMessage>
<MessageSource>International ISBN Agency</MessageSource>
<MessageSerialNumber>39624ed8-c94b-4a58-b1f8-f84c9ca4ded9</MessageSerialNumber>
<MessageDate>Wed, 23 Aug 2023 04:41:02 BST</MessageDate>
<MessageSerialNumber>b468eac1-ca21-4017-945c-2ce6fa14bd2b</MessageSerialNumber>
<MessageDate>Wed, 30 Aug 2023 04:40:59 BST</MessageDate>
<EAN.UCCPrefixes>
<EAN.UCC>
<Prefix>978</Prefix>
Expand Down Expand Up @@ -7871,35 +7871,39 @@
<Length>3</Length>
</Rule>
<Rule>
<Range>2300000-3499999</Range>
<Range>2300000-3199999</Range>
<Length>0</Length>
</Rule>
<Rule>
<Range>3500000-3999999</Range>
<Range>3200000-3499999</Range>
<Length>4</Length>
</Rule>
<Rule>
<Range>4000000-8499999</Range>
<Range>3500000-8849999</Range>
<Length>4</Length>
</Rule>
<Rule>
<Range>8500000-8849999</Range>
<Length>4</Length>
<Range>8850000-8999999</Range>
<Length>5</Length>
</Rule>
<Rule>
<Range>8850000-8999999</Range>
<Range>9000000-9099999</Range>
<Length>5</Length>
</Rule>
<Rule>
<Range>9000000-9849999</Range>
<Range>9100000-9849999</Range>
<Length>0</Length>
</Rule>
<Rule>
<Range>9850000-9899999</Range>
<Length>7</Length>
</Rule>
<Rule>
<Range>9900000-9999999</Range>
<Range>9900000-9929999</Range>
<Length>7</Length>
</Rule>
<Rule>
<Range>9930000-9999999</Range>
<Length>0</Length>
</Rule>
</Rules>
Expand Down

0 comments on commit 8a41742

Please sign in to comment.