This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Updated Locale-Codes to CPAN version 3.17
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 28 Jun 2011 22:26:29 +0000 (23:26 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 28 Jun 2011 22:26:29 +0000 (23:26 +0100)
commitc69a30ecf5c7ac44ba9c86d2c814516e6045b60a
treec59c57a68793c00c6dffd23eff6488d57e89c0f7
parent3b36395d31cf0a2f3a017505cd0ea857a7acb5d1
Updated Locale-Codes to CPAN version 3.17

  [DELTA]

  VERSION 3.17 (2011-06-28)

  NEW CODE(s)

  Added new types of codes

    Added Language Extension codes (langext) and Language Variation codes (langvar) as defined in the IANA language registry.

  Added new codeset(s)

    Added language codes from ISO 639-5

    Added language/script codes from the IANA language subtag registry

  Bug fixes

    Fixed an uninitialized value warning. RT 67438

    Fixed the return value for the all_XXX_codes and all_XXX_names functions. RT 69100

  Reorganized code

    Reorganized modules to move Locale::MODULE to Locale::Codes::MODULE to allow for cleaner future additions. The original
    four modules (Locale::Language, Locale::Currency, Locale::Country, Locale::Script) will continue to work, but all new
    sets of codes will be added in the Locale::Codes namespace.
61 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/Locale-Codes/ChangeLog
cpan/Locale-Codes/README.first
cpan/Locale-Codes/lib/Locale/Codes.pm
cpan/Locale-Codes/lib/Locale/Codes.pod
cpan/Locale-Codes/lib/Locale/Codes/API.pod [new file with mode: 0644]
cpan/Locale-Codes/lib/Locale/Codes/Changes.pod
cpan/Locale-Codes/lib/Locale/Codes/Constants.pm [moved from cpan/Locale-Codes/lib/Locale/Constants.pm with 56% similarity]
cpan/Locale-Codes/lib/Locale/Codes/Constants.pod [moved from cpan/Locale-Codes/lib/Locale/Constants.pod with 85% similarity]
cpan/Locale-Codes/lib/Locale/Codes/Country.pm
cpan/Locale-Codes/lib/Locale/Codes/Country.pod [new file with mode: 0644]
cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm [new file with mode: 0644]
cpan/Locale-Codes/lib/Locale/Codes/Currency.pm
cpan/Locale-Codes/lib/Locale/Codes/Currency.pod [new file with mode: 0644]
cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm [new file with mode: 0644]
cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm [new file with mode: 0644]
cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod [new file with mode: 0644]
cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm [new file with mode: 0644]
cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm [new file with mode: 0644]
cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod [new file with mode: 0644]
cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm [new file with mode: 0644]
cpan/Locale-Codes/lib/Locale/Codes/Language.pm
cpan/Locale-Codes/lib/Locale/Codes/Language.pod [new file with mode: 0644]
cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm [new file with mode: 0644]
cpan/Locale-Codes/lib/Locale/Codes/Script.pm
cpan/Locale-Codes/lib/Locale/Codes/Script.pod [new file with mode: 0644]
cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm [new file with mode: 0644]
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/alias_code.t
cpan/Locale-Codes/t/alias_code_old.t [new file with mode: 0644]
cpan/Locale-Codes/t/code2country.t
cpan/Locale-Codes/t/code2country_old.t [new file with mode: 0644]
cpan/Locale-Codes/t/code2currency.t
cpan/Locale-Codes/t/code2langext.t [new file with mode: 0644]
cpan/Locale-Codes/t/code2language.t
cpan/Locale-Codes/t/code2langvar.t [new file with mode: 0644]
cpan/Locale-Codes/t/code2script.t
cpan/Locale-Codes/t/country.t
cpan/Locale-Codes/t/country2code.t
cpan/Locale-Codes/t/country2code_old.t [new file with mode: 0644]
cpan/Locale-Codes/t/country_code2code.t
cpan/Locale-Codes/t/country_code2code_old.t [new file with mode: 0644]
cpan/Locale-Codes/t/country_old.t [new file with mode: 0644]
cpan/Locale-Codes/t/currency2code.t
cpan/Locale-Codes/t/currency2code_old.t [new file with mode: 0644]
cpan/Locale-Codes/t/langext2code.t [new file with mode: 0644]
cpan/Locale-Codes/t/language.t
cpan/Locale-Codes/t/language2code.t
cpan/Locale-Codes/t/language_old.t [new file with mode: 0644]
cpan/Locale-Codes/t/langvar2code.t [new file with mode: 0644]
cpan/Locale-Codes/t/script2code.t
cpan/Locale-Codes/t/script2code_old.t [new file with mode: 0644]
pod/perldelta.pod