This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Locale-Codes to CPAN version 3.38
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 10 May 2016 11:02:32 +0000 (12:02 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 10 May 2016 11:26:15 +0000 (12:26 +0100)
commitadd9356cb1c4fd5ffb8f067679f4bbabdea51e14
tree28b535ced96110183a8c8922dd436c082f60a5d7
parent8135baed8e5671abf0e9d8b55233259df5729c87
Update Locale-Codes to CPAN version 3.38
79 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/Locale-Codes/lib/Locale/Codes.pm
cpan/Locale-Codes/lib/Locale/Codes.pod
cpan/Locale-Codes/lib/Locale/Codes/API.pod
cpan/Locale-Codes/lib/Locale/Codes/Changes.pod
cpan/Locale-Codes/lib/Locale/Codes/Constants.pm
cpan/Locale-Codes/lib/Locale/Codes/Country.pm
cpan/Locale-Codes/lib/Locale/Codes/Country.pod
cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm
cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm
cpan/Locale-Codes/lib/Locale/Codes/Currency.pm
cpan/Locale-Codes/lib/Locale/Codes/Currency.pod
cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm
cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm
cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm
cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod
cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm
cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm
cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm
cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod
cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm
cpan/Locale-Codes/lib/Locale/Codes/LangFam_Retired.pm
cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm
cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod
cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm
cpan/Locale-Codes/lib/Locale/Codes/LangVar_Retired.pm
cpan/Locale-Codes/lib/Locale/Codes/Language.pm
cpan/Locale-Codes/lib/Locale/Codes/Language.pod
cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm
cpan/Locale-Codes/lib/Locale/Codes/Language_Retired.pm
cpan/Locale-Codes/lib/Locale/Codes/Script.pm
cpan/Locale-Codes/lib/Locale/Codes/Script.pod
cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm
cpan/Locale-Codes/lib/Locale/Codes/Script_Retired.pm
cpan/Locale-Codes/lib/Locale/Country.pm
cpan/Locale-Codes/lib/Locale/Country.pod
cpan/Locale-Codes/lib/Locale/Currency.pm
cpan/Locale-Codes/lib/Locale/Currency.pod
cpan/Locale-Codes/lib/Locale/Language.pm
cpan/Locale-Codes/lib/Locale/Language.pod
cpan/Locale-Codes/lib/Locale/Script.pm
cpan/Locale-Codes/lib/Locale/Script.pod
cpan/Locale-Codes/t/code2country.t [deleted file]
cpan/Locale-Codes/t/code2country_old.t [deleted file]
cpan/Locale-Codes/t/code2currency.t [deleted file]
cpan/Locale-Codes/t/code2language.t [deleted file]
cpan/Locale-Codes/t/code2script.t [deleted file]
cpan/Locale-Codes/t/country.t
cpan/Locale-Codes/t/country2code.t [deleted file]
cpan/Locale-Codes/t/country2code_old.t [deleted file]
cpan/Locale-Codes/t/country_code2code.t [deleted file]
cpan/Locale-Codes/t/country_code2code_old.t [deleted file]
cpan/Locale-Codes/t/country_old.t
cpan/Locale-Codes/t/currency.t [moved from cpan/Locale-Codes/t/code2langfam.t with 54% similarity]
cpan/Locale-Codes/t/currency2code.t [deleted file]
cpan/Locale-Codes/t/currency2code_old.t [deleted file]
cpan/Locale-Codes/t/currency_old.t [moved from cpan/Locale-Codes/t/code2langext.t with 54% similarity]
cpan/Locale-Codes/t/langext.t [moved from cpan/Locale-Codes/t/code2langvar.t with 54% similarity]
cpan/Locale-Codes/t/langext2code.t [deleted file]
cpan/Locale-Codes/t/langfam.t [moved from cpan/Locale-Codes/t/langfam2code.t with 54% similarity]
cpan/Locale-Codes/t/language.t
cpan/Locale-Codes/t/language2code.t [deleted file]
cpan/Locale-Codes/t/language_old.t
cpan/Locale-Codes/t/langvar.t [new file with mode: 0644]
cpan/Locale-Codes/t/langvar2code.t [deleted file]
cpan/Locale-Codes/t/script.t [new file with mode: 0644]
cpan/Locale-Codes/t/script2code.t [deleted file]
cpan/Locale-Codes/t/script2code_old.t [deleted file]
cpan/Locale-Codes/t/script_old.t [new file with mode: 0644]
cpan/Locale-Codes/t/testfunc.pl
cpan/Locale-Codes/t/vals.pl [new file with mode: 0644]
cpan/Locale-Codes/t/vals_country.pl [new file with mode: 0644]
cpan/Locale-Codes/t/vals_currency.pl [new file with mode: 0644]
cpan/Locale-Codes/t/vals_langext.pl [new file with mode: 0644]
cpan/Locale-Codes/t/vals_langfam.pl [new file with mode: 0644]
cpan/Locale-Codes/t/vals_language.pl [new file with mode: 0644]
cpan/Locale-Codes/t/vals_langvar.pl [new file with mode: 0644]
cpan/Locale-Codes/t/vals_script.pl [new file with mode: 0644]