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-5Added language/script codes from the IANA language subtag registry
Bug fixes
Fixed an uninitialized value warning. RT 67438Fixed the return value for the all_XXX_codes and all_XXX_names
functions. RT 69100Reorganized 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.