Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 182f3c9

Browse files
committed
Locale-Codes-3.38
new codes
1 parent 344bea6 commit 182f3c9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+38301
-37584
lines changed

Porting/Maintainers.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ package Maintainers;
924924
},
925925

926926
'Locale::Codes' => {
927-
'DISTRIBUTION' => 'SBECK/Locale-Codes-3.55.tar.gz',
927+
'DISTRIBUTION' => 'SBECK/Locale-Codes-3.58.tar.gz',
928928
'FILES' => q[cpan/Locale-Codes],
929929
'EXCLUDED' => [
930930
qw( README.first

cpan/Locale-Codes/lib/Locale/Codes.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package Locale::Codes;
22
# Copyright (C) 2001 Canon Research Centre Europe (CRE).
33
# Copyright (C) 2002-2009 Neil Bowers
4-
# Copyright (c) 2010-2017 Sullivan Beck
4+
# Copyright (c) 2010-2018 Sullivan Beck
55
# This program is free software; you can redistribute it and/or modify it
66
# under the same terms as Perl itself.
77

@@ -16,7 +16,7 @@ use if $] >= 5.027007, 'deprecate';
1616
use Locale::Codes::Constants;
1717

1818
our($VERSION);
19-
$VERSION='3.55';
19+
$VERSION='3.58';
2020

2121
use Exporter qw(import);
2222
our(@EXPORT_OK,%EXPORT_TAGS);

cpan/Locale-Codes/lib/Locale/Codes.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ sent to him using any of the methods listed above.
592592
Copyright (c) 1997-2001 Canon Research Centre Europe (CRE).
593593
Copyright (c) 2001 Michael Hennecke (Locale::Currency)
594594
Copyright (c) 2001-2010 Neil Bowers
595-
Copyright (c) 2010-2017 Sullivan Beck
595+
Copyright (c) 2010-2018 Sullivan Beck
596596

597597
This module is free software; you can redistribute it and/or
598598
modify it under the same terms as Perl itself.

0 commit comments

Comments
 (0)