Projects
Mega:23.09
perl-Locale-Codes
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
_service:tar_scm:perl-Locale-Codes.spec
Changed
@@ -1,7 +1,7 @@ %define mod_name Locale-Codes Name: perl-%{mod_name} -Version: 3.74 +Version: 3.77 Release: 1 Summary: A distribution of modules to handle locale codes License: GPL+ or Artistic @@ -53,6 +53,9 @@ %{_mandir}/*/* %changelog +* Wed Jan 17 2024 xujing <xujing125@huawei.com> - 3.77-1 +- update version to 3.77 + * Tue Jul 25 2023 xujing <xujing125@huawei.com> - 3.74-1 - update version to 3.74
View file
_service
Changed
@@ -2,7 +2,7 @@ <service name="tar_scm"> <param name="url">git@gitee.com:src-openeuler/perl-Locale-Codes.git</param> <param name="scm">git</param> - <param name="revision">openEuler-23.09</param> + <param name="revision">master</param> <param name="exclude">*</param> <param name="extract">*</param> </service>
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/Changes -> _service:tar_scm:Locale-Codes-3.77.tar.gz/Changes
Changed
@@ -7,6 +7,20 @@ and that document should be considered the canonical source of change related information. +3.77 expected 2023-12-01 sbeck + - NEW CODE(s) + - Changed RELEASE_TESTING variable + Now use a release-specific testing variable rather than + RELEASE_TESTING. See GitHub #17 for details. + +3.76 2023-09-05 sbeck + - Fixed problem in distro + Accidentally created a distribution (3.75) that is broken. GitHub + #18 + +3.75 2023-09-01 sbeck + - NEW CODE(s) + 3.74 2023-06-07 sbeck - NEW CODE(s)
View file
_service:tar_scm:Locale-Codes-3.77.tar.gz/MANIFEST.bak
Added
@@ -0,0 +1,214 @@ +Changes +examples/code2country +examples/country2code +INSTALL +internal/ADDING_CODESET +internal/build.yaml +internal/changes.head +internal/changes.pod +internal/curr.yaml +internal/data.country.pl +internal/data.currency.pl +internal/data.langext.pl +internal/data.langfam.pl +internal/data.language.pl +internal/data.langvar.pl +internal/data.script.pl +internal/deprecate_codes +internal/dump_curr +internal/gen_mods +internal/harvest_and_check +internal/harvest_data +internal/ispell.isp +internal/NOTES +internal/prev.yaml +internal/print_curr_data +internal/TODO +lib/Locale/Codes.pm +lib/Locale/Codes.pod +lib/Locale/Codes/Changes.pod +lib/Locale/Codes/Constants.pm +lib/Locale/Codes/Country.pm +lib/Locale/Codes/Country.pod +lib/Locale/Codes/Country_Codes.pm +lib/Locale/Codes/Country_Retired.pm +lib/Locale/Codes/Currency.pm +lib/Locale/Codes/Currency.pod +lib/Locale/Codes/Currency_Codes.pm +lib/Locale/Codes/Currency_Retired.pm +lib/Locale/Codes/LangExt.pm +lib/Locale/Codes/LangExt.pod +lib/Locale/Codes/LangExt_Codes.pm +lib/Locale/Codes/LangExt_Retired.pm +lib/Locale/Codes/LangFam.pm +lib/Locale/Codes/LangFam.pod +lib/Locale/Codes/LangFam_Codes.pm +lib/Locale/Codes/LangFam_Retired.pm +lib/Locale/Codes/Language.pm +lib/Locale/Codes/Language.pod +lib/Locale/Codes/Language_Codes.pm +lib/Locale/Codes/Language_Retired.pm +lib/Locale/Codes/LangVar.pm +lib/Locale/Codes/LangVar.pod +lib/Locale/Codes/LangVar_Codes.pm +lib/Locale/Codes/LangVar_Retired.pm +lib/Locale/Codes/Script.pm +lib/Locale/Codes/Script.pod +lib/Locale/Codes/Script_Codes.pm +lib/Locale/Codes/Script_Retired.pm +lib/Locale/Codes/Types.pod +lib/Locale/Country.pm +lib/Locale/Country.pod +lib/Locale/Currency.pm +lib/Locale/Currency.pod +lib/Locale/Language.pm +lib/Locale/Language.pod +lib/Locale/Script.pm +lib/Locale/Script.pod +LICENSE +Locale-Codes-3.77/Changes +Locale-Codes-3.77/examples/code2country +Locale-Codes-3.77/examples/country2code +Locale-Codes-3.77/INSTALL +Locale-Codes-3.77/internal/ADDING_CODESET +Locale-Codes-3.77/internal/build.yaml +Locale-Codes-3.77/internal/changes.head +Locale-Codes-3.77/internal/changes.pod +Locale-Codes-3.77/internal/curr.yaml +Locale-Codes-3.77/internal/data.country.pl +Locale-Codes-3.77/internal/data.currency.pl +Locale-Codes-3.77/internal/data.langext.pl +Locale-Codes-3.77/internal/data.langfam.pl +Locale-Codes-3.77/internal/data.language.pl +Locale-Codes-3.77/internal/data.langvar.pl +Locale-Codes-3.77/internal/data.script.pl +Locale-Codes-3.77/internal/deprecate_codes +Locale-Codes-3.77/internal/dump_curr +Locale-Codes-3.77/internal/gen_mods +Locale-Codes-3.77/internal/harvest_and_check +Locale-Codes-3.77/internal/harvest_data +Locale-Codes-3.77/internal/ispell.isp +Locale-Codes-3.77/internal/NOTES +Locale-Codes-3.77/internal/prev.yaml +Locale-Codes-3.77/internal/print_curr_data +Locale-Codes-3.77/internal/TODO +Locale-Codes-3.77/lib/Locale/Codes.pm +Locale-Codes-3.77/lib/Locale/Codes.pod +Locale-Codes-3.77/lib/Locale/Codes/Changes.pod +Locale-Codes-3.77/lib/Locale/Codes/Constants.pm +Locale-Codes-3.77/lib/Locale/Codes/Country.pm +Locale-Codes-3.77/lib/Locale/Codes/Country.pod +Locale-Codes-3.77/lib/Locale/Codes/Country_Codes.pm +Locale-Codes-3.77/lib/Locale/Codes/Country_Retired.pm +Locale-Codes-3.77/lib/Locale/Codes/Currency.pm +Locale-Codes-3.77/lib/Locale/Codes/Currency.pod +Locale-Codes-3.77/lib/Locale/Codes/Currency_Codes.pm +Locale-Codes-3.77/lib/Locale/Codes/Currency_Retired.pm +Locale-Codes-3.77/lib/Locale/Codes/LangExt.pm +Locale-Codes-3.77/lib/Locale/Codes/LangExt.pod +Locale-Codes-3.77/lib/Locale/Codes/LangExt_Codes.pm +Locale-Codes-3.77/lib/Locale/Codes/LangExt_Retired.pm +Locale-Codes-3.77/lib/Locale/Codes/LangFam.pm +Locale-Codes-3.77/lib/Locale/Codes/LangFam.pod +Locale-Codes-3.77/lib/Locale/Codes/LangFam_Codes.pm +Locale-Codes-3.77/lib/Locale/Codes/LangFam_Retired.pm +Locale-Codes-3.77/lib/Locale/Codes/Language.pm +Locale-Codes-3.77/lib/Locale/Codes/Language.pod +Locale-Codes-3.77/lib/Locale/Codes/Language_Codes.pm +Locale-Codes-3.77/lib/Locale/Codes/Language_Retired.pm +Locale-Codes-3.77/lib/Locale/Codes/LangVar.pm +Locale-Codes-3.77/lib/Locale/Codes/LangVar.pod +Locale-Codes-3.77/lib/Locale/Codes/LangVar_Codes.pm +Locale-Codes-3.77/lib/Locale/Codes/LangVar_Retired.pm +Locale-Codes-3.77/lib/Locale/Codes/Script.pm +Locale-Codes-3.77/lib/Locale/Codes/Script.pod +Locale-Codes-3.77/lib/Locale/Codes/Script_Codes.pm +Locale-Codes-3.77/lib/Locale/Codes/Script_Retired.pm +Locale-Codes-3.77/lib/Locale/Codes/Types.pod +Locale-Codes-3.77/lib/Locale/Country.pm +Locale-Codes-3.77/lib/Locale/Country.pod +Locale-Codes-3.77/lib/Locale/Currency.pm +Locale-Codes-3.77/lib/Locale/Currency.pod +Locale-Codes-3.77/lib/Locale/Language.pm +Locale-Codes-3.77/lib/Locale/Language.pod +Locale-Codes-3.77/lib/Locale/Script.pm +Locale-Codes-3.77/lib/Locale/Script.pod +Locale-Codes-3.77/LICENSE +Locale-Codes-3.77/Makefile.PL +Locale-Codes-3.77/MANIFEST +Locale-Codes-3.77/META.yml +Locale-Codes-3.77/README +Locale-Codes-3.77/README.first +Locale-Codes-3.77/t/_pod.t +Locale-Codes-3.77/t/_pod_coverage.ign +Locale-Codes-3.77/t/_pod_coverage.t +Locale-Codes-3.77/t/_version.t +Locale-Codes-3.77/t/codes.t +Locale-Codes-3.77/t/country_func.t +Locale-Codes-3.77/t/country_old.t +Locale-Codes-3.77/t/country_oo.t +Locale-Codes-3.77/t/currency_func.t +Locale-Codes-3.77/t/currency_old.t +Locale-Codes-3.77/t/currency_oo.t +Locale-Codes-3.77/t/do_tests.pl +Locale-Codes-3.77/t/langext_func.t +Locale-Codes-3.77/t/langext_oo.t +Locale-Codes-3.77/t/langfam_func.t +Locale-Codes-3.77/t/langfam_oo.t +Locale-Codes-3.77/t/language_func.t +Locale-Codes-3.77/t/language_old.t +Locale-Codes-3.77/t/language_oo.t +Locale-Codes-3.77/t/langvar_func.t +Locale-Codes-3.77/t/langvar_oo.t +Locale-Codes-3.77/t/runtests +Locale-Codes-3.77/t/runtests.bat +Locale-Codes-3.77/t/script_func.t +Locale-Codes-3.77/t/script_old.t +Locale-Codes-3.77/t/script_oo.t +Locale-Codes-3.77/t/vals_country.pl +Locale-Codes-3.77/t/vals_currency.pl +Locale-Codes-3.77/t/vals_langext.pl +Locale-Codes-3.77/t/vals_langfam.pl +Locale-Codes-3.77/t/vals_language.pl +Locale-Codes-3.77/t/vals_langvar.pl +Locale-Codes-3.77/t/vals_script.pl +Makefile.PL +MANIFEST This list of files +META_new.json +README +README.first +t/_pod.t +t/_pod_coverage.ign +t/_pod_coverage.t +t/_version.t +t/codes.t +t/country_func.t +t/country_old.t +t/country_oo.t +t/currency_func.t +t/currency_old.t +t/currency_oo.t +t/do_tests.pl +t/langext_func.t +t/langext_oo.t +t/langfam_func.t +t/langfam_oo.t +t/language_func.t +t/language_old.t +t/language_oo.t +t/langvar_func.t
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/META.json -> _service:tar_scm:Locale-Codes-3.77.tar.gz/META.json
Changed
@@ -48,111 +48,111 @@ "provides" : { "Locale::Codes" : { "file" : "lib/Locale/Codes.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::Constants" : { "file" : "lib/Locale/Codes/Constants.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::Country" : { "file" : "lib/Locale/Codes/Country.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::Country_Codes" : { "file" : "lib/Locale/Codes/Country_Codes.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::Country_Retired" : { "file" : "lib/Locale/Codes/Country_Retired.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::Currency" : { "file" : "lib/Locale/Codes/Currency.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::Currency_Codes" : { "file" : "lib/Locale/Codes/Currency_Codes.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::Currency_Retired" : { "file" : "lib/Locale/Codes/Currency_Retired.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::LangExt" : { "file" : "lib/Locale/Codes/LangExt.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::LangExt_Codes" : { "file" : "lib/Locale/Codes/LangExt_Codes.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::LangExt_Retired" : { "file" : "lib/Locale/Codes/LangExt_Retired.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::LangFam" : { "file" : "lib/Locale/Codes/LangFam.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::LangFam_Codes" : { "file" : "lib/Locale/Codes/LangFam_Codes.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::LangFam_Retired" : { "file" : "lib/Locale/Codes/LangFam_Retired.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::LangVar" : { "file" : "lib/Locale/Codes/LangVar.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::LangVar_Codes" : { "file" : "lib/Locale/Codes/LangVar_Codes.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::LangVar_Retired" : { "file" : "lib/Locale/Codes/LangVar_Retired.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::Language" : { "file" : "lib/Locale/Codes/Language.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::Language_Codes" : { "file" : "lib/Locale/Codes/Language_Codes.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::Language_Retired" : { "file" : "lib/Locale/Codes/Language_Retired.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::Script" : { "file" : "lib/Locale/Codes/Script.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::Script_Codes" : { "file" : "lib/Locale/Codes/Script_Codes.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Codes::Script_Retired" : { "file" : "lib/Locale/Codes/Script_Retired.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Country" : { "file" : "lib/Locale/Country.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Currency" : { "file" : "lib/Locale/Currency.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Language" : { "file" : "lib/Locale/Language.pm", - "version" : "3.74" + "version" : "3.77" }, "Locale::Script" : { "file" : "lib/Locale/Script.pm", - "version" : "3.74" + "version" : "3.77" } }, "release_status" : "stable", @@ -167,6 +167,6 @@ "web" : "https://github.com/SBECK-github/Locale-Codes" } }, - "version" : "3.74", + "version" : "3.77", "x_serialization_backend" : "JSON::PP version 2.27400_02" }
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/META.yml -> _service:tar_scm:Locale-Codes-3.77.tar.gz/META.yml
Changed
@@ -22,85 +22,85 @@ provides: Locale::Codes: file: lib/Locale/Codes.pm - version: '3.74' + version: '3.77' Locale::Codes::Constants: file: lib/Locale/Codes/Constants.pm - version: '3.74' + version: '3.77' Locale::Codes::Country: file: lib/Locale/Codes/Country.pm - version: '3.74' + version: '3.77' Locale::Codes::Country_Codes: file: lib/Locale/Codes/Country_Codes.pm - version: '3.74' + version: '3.77' Locale::Codes::Country_Retired: file: lib/Locale/Codes/Country_Retired.pm - version: '3.74' + version: '3.77' Locale::Codes::Currency: file: lib/Locale/Codes/Currency.pm - version: '3.74' + version: '3.77' Locale::Codes::Currency_Codes: file: lib/Locale/Codes/Currency_Codes.pm - version: '3.74' + version: '3.77' Locale::Codes::Currency_Retired: file: lib/Locale/Codes/Currency_Retired.pm - version: '3.74' + version: '3.77' Locale::Codes::LangExt: file: lib/Locale/Codes/LangExt.pm - version: '3.74' + version: '3.77' Locale::Codes::LangExt_Codes: file: lib/Locale/Codes/LangExt_Codes.pm - version: '3.74' + version: '3.77' Locale::Codes::LangExt_Retired: file: lib/Locale/Codes/LangExt_Retired.pm - version: '3.74' + version: '3.77' Locale::Codes::LangFam: file: lib/Locale/Codes/LangFam.pm - version: '3.74' + version: '3.77' Locale::Codes::LangFam_Codes: file: lib/Locale/Codes/LangFam_Codes.pm - version: '3.74' + version: '3.77' Locale::Codes::LangFam_Retired: file: lib/Locale/Codes/LangFam_Retired.pm - version: '3.74' + version: '3.77' Locale::Codes::LangVar: file: lib/Locale/Codes/LangVar.pm - version: '3.74' + version: '3.77' Locale::Codes::LangVar_Codes: file: lib/Locale/Codes/LangVar_Codes.pm - version: '3.74' + version: '3.77' Locale::Codes::LangVar_Retired: file: lib/Locale/Codes/LangVar_Retired.pm - version: '3.74' + version: '3.77' Locale::Codes::Language: file: lib/Locale/Codes/Language.pm - version: '3.74' + version: '3.77' Locale::Codes::Language_Codes: file: lib/Locale/Codes/Language_Codes.pm - version: '3.74' + version: '3.77' Locale::Codes::Language_Retired: file: lib/Locale/Codes/Language_Retired.pm - version: '3.74' + version: '3.77' Locale::Codes::Script: file: lib/Locale/Codes/Script.pm - version: '3.74' + version: '3.77' Locale::Codes::Script_Codes: file: lib/Locale/Codes/Script_Codes.pm - version: '3.74' + version: '3.77' Locale::Codes::Script_Retired: file: lib/Locale/Codes/Script_Retired.pm - version: '3.74' + version: '3.77' Locale::Country: file: lib/Locale/Country.pm - version: '3.74' + version: '3.77' Locale::Currency: file: lib/Locale/Currency.pm - version: '3.74' + version: '3.77' Locale::Language: file: lib/Locale/Language.pm - version: '3.74' + version: '3.77' Locale::Script: file: lib/Locale/Script.pm - version: '3.74' + version: '3.77' requires: Carp: '0' if: '0' @@ -110,5 +110,5 @@ bugtracker: https://github.com/SBECK-github/Locale-Codes/issues homepage: https://github.com/SBECK-github/Locale-Codes repository: git://github.com/SBECK-github/Locale-Codes.git -version: '3.74' +version: '3.77' x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/Makefile.PL -> _service:tar_scm:Locale-Codes-3.77.tar.gz/Makefile.PL
Changed
@@ -39,7 +39,7 @@ WriteMakefile( NAME => "Locale::Codes", - VERSION => "3.74", + VERSION => "3.77", ABSTRACT => "a distribution of modules to handle locale codes", LICENSE => "perl", ($EU_MM_V >= 6.48 @@ -60,111 +60,111 @@ provides => { 'Locale::Codes' => { file => 'lib/Locale/Codes.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::Constants' => { file => 'lib/Locale/Codes/Constants.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::Country' => { file => 'lib/Locale/Codes/Country.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::Country_Codes' => { file => 'lib/Locale/Codes/Country_Codes.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::Country_Retired' => { file => 'lib/Locale/Codes/Country_Retired.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::Currency' => { file => 'lib/Locale/Codes/Currency.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::Currency_Codes' => { file => 'lib/Locale/Codes/Currency_Codes.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::Currency_Retired' => { file => 'lib/Locale/Codes/Currency_Retired.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::LangExt' => { file => 'lib/Locale/Codes/LangExt.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::LangExt_Codes' => { file => 'lib/Locale/Codes/LangExt_Codes.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::LangExt_Retired' => { file => 'lib/Locale/Codes/LangExt_Retired.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::LangFam' => { file => 'lib/Locale/Codes/LangFam.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::LangFam_Codes' => { file => 'lib/Locale/Codes/LangFam_Codes.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::LangFam_Retired' => { file => 'lib/Locale/Codes/LangFam_Retired.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::LangVar' => { file => 'lib/Locale/Codes/LangVar.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::LangVar_Codes' => { file => 'lib/Locale/Codes/LangVar_Codes.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::LangVar_Retired' => { file => 'lib/Locale/Codes/LangVar_Retired.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::Language' => { file => 'lib/Locale/Codes/Language.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::Language_Codes' => { file => 'lib/Locale/Codes/Language_Codes.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::Language_Retired' => { file => 'lib/Locale/Codes/Language_Retired.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::Script' => { file => 'lib/Locale/Codes/Script.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::Script_Codes' => { file => 'lib/Locale/Codes/Script_Codes.pm', - version => '3.74', + version => '3.77', }, 'Locale::Codes::Script_Retired' => { file => 'lib/Locale/Codes/Script_Retired.pm', - version => '3.74', + version => '3.77', }, 'Locale::Country' => { file => 'lib/Locale/Country.pm', - version => '3.74', + version => '3.77', }, 'Locale::Currency' => { file => 'lib/Locale/Currency.pm', - version => '3.74', + version => '3.77', }, 'Locale::Language' => { file => 'lib/Locale/Language.pm', - version => '3.74', + version => '3.77', }, 'Locale::Script' => { file => 'lib/Locale/Script.pm', - version => '3.74', + version => '3.77', }, },
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/internal/curr.yaml -> _service:tar_scm:Locale-Codes-3.77.tar.gz/internal/curr.yaml
Changed
@@ -3029,7 +3029,7 @@ BM: Bermuda BN: Brunei Darussalam BO: Bolivia (Plurinational State of) - BQ: Bonaire, Sint Eustatius, and Saba + BQ: Caribbean Netherlands BR: Brazil BS: Bahamas BT: Bhutan @@ -3364,9 +3364,6 @@ bolivia (plurinational state of): - BO - Bolivia (Plurinational State of) - bonaire, sint eustatius, and saba: - - BQ - - Bonaire, Sint Eustatius, and Saba bosnia and herzegovina: - BA - Bosnia and Herzegovina @@ -3406,6 +3403,9 @@ canada: - CA - Canada + caribbean netherlands: + - BQ + - Caribbean Netherlands cayman islands: - KY - Cayman Islands @@ -4119,7 +4119,7 @@ BDI: Burundi BEL: Belgium BEN: Benin - BES: Bonaire, Sint Eustatius, and Saba + BES: Caribbean Netherlands BFA: Burkina Faso BGD: Bangladesh BGR: Bulgaria @@ -4463,9 +4463,6 @@ bolivia (plurinational state of): - BOL - Bolivia (Plurinational State of) - bonaire, sint eustatius, and saba: - - BES - - Bonaire, Sint Eustatius, and Saba bosnia and herzegovina: - BIH - Bosnia and Herzegovina @@ -4505,6 +4502,9 @@ canada: - CAN - Canada + caribbean netherlands: + - BES + - Caribbean Netherlands cayman islands: - CYM - Cayman Islands @@ -5349,7 +5349,7 @@ 531: Curacao 533: Aruba 534: Sint Maarten - 535: Bonaire, Sint Eustatius, and Saba + 535: Caribbean Netherlands 540: New Caledonia 548: Vanuatu 554: New Zealand @@ -5562,9 +5562,6 @@ bolivia (plurinational state of): - '068' - Bolivia (Plurinational State of) - bonaire, sint eustatius, and saba: - - 535 - - Bonaire, Sint Eustatius, and Saba bosnia and herzegovina: - '070' - Bosnia and Herzegovina @@ -5604,6 +5601,9 @@ canada: - 124 - Canada + caribbean netherlands: + - 535 + - Caribbean Netherlands cayman islands: - 136 - Cayman Islands @@ -8485,7 +8485,6 @@ 670: Saint Vincent and the Grenadines 674: San Marino 678: Sao Tome and Principe - 680: Sark 682: Saudi Arabia 686: Senegal 688: Serbia @@ -9125,9 +9124,6 @@ sao tome and principe: - 678 - Sao Tome and Principe - sark: - - 680 - - Sark saudi arabia: - 682 - Saudi Arabia @@ -46537,6 +46533,7 @@ bcizbl: BCI Blissymbolics biscayan: Biscayan dialect of Basque biske: The San Giorgio dialect of Resian + blasl: Black American Sign Language dialect bohoric: Slovene in Bohoric alphabet boont: Boontling bornholm: Bornholmsk @@ -46662,6 +46659,9 @@ biscayan dialect of basque: - biscayan - Biscayan dialect of Basque + black american sign language dialect: + - blasl + - Black American Sign Language dialect boontling: - boont - Boontling @@ -46979,6 +46979,7 @@ Cari: Carian Cham: Cham Cher: Cherokee + Chis: Chisoi Chrs: Chorasmian Cirt: Cirth Copt: Coptic @@ -46997,6 +46998,7 @@ Elba: Elbasan Elym: Elymaic Ethi: Ethiopic + Gara: Garay Geok: Khutsuri (Asomtavruli and Nuskhuri) Geor: Georgian (Mkhedruli and Mtavruli) Glag: Glagolitic @@ -47006,6 +47008,7 @@ Gran: Grantha Grek: Greek Gujr: Gujarati + Gukh: Gurung Khema Guru: Gurmukhi Hanb: Han with Bopomofo (alias for Han + Bopomofo) Hang: Hangul @@ -47038,6 +47041,7 @@ Knda: Kannada Kore: Korean (alias for Hangul + Han) Kpel: Kpelle + Krai: Kirat Rai Kthi: Kaithi Lana: Tai Tham Laoo: Lao @@ -47082,6 +47086,7 @@ Nshu: Nushu Ogam: Ogham Olck: Ol Chiki + Onao: Ol Onal Orkh: Old Turkic Orya: Oriya Osge: Osage @@ -47117,6 +47122,7 @@ Shrd: Sharada Shui: Shuishu Sidd: Siddham + Sidt: Sidetic Sind: Khudawadi Sinh: Sinhala Sogd: Sogdian @@ -47137,6 +47143,7 @@ Taml: Tamil Tang: Tangut Tavt: Tai Viet + Tayo: Tai Yo Telu: Telugu Teng: Tengwar Tfng: Tifinagh @@ -47146,7 +47153,10 @@ Tibt: Tibetan Tirh: Tirhuta Tnsa: Tangsa + Todr: Todhri + Tols: Tolong Siki Toto: Toto + Tutg: Tulu-Tigalari Ugar: Ugaritic Vaii: Vai Visp: Visible Speech @@ -47242,6 +47252,9 @@ cherokee: - Cher - Cherokee + chisoi: + - Chis + - Chisoi chorasmian: - Chrs - Chorasmian
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/internal/data.language.pl -> _service:tar_scm:Locale-Codes-3.77.tar.gz/internal/data.language.pl
Changed
@@ -14,11 +14,10 @@ ################################################################################ $Data{'language'}{'iso2'}{'orig'}{'name'} = { - "Bokm\x{e5}l, Norwegian" => 'Bokmal, Norwegian', - "Norwegian Bokm\x{e5}l" => 'Norwegian Bokmal', - "Proven\x{e7}al" => 'Provencal', - "Proven\x{e7}al, Old (to 1500)" => 'Provencal, Old (to 1500)', - "Volap\x{fc}k" => 'Volapuk', + "Bokmål, Norwegian" => 'Bokmal, Norwegian', + "Norwegian Bokmål" => 'Norwegian Bokmal', + "Provençal, Old (to 1500)" => 'Provencal, Old (to 1500)', + "Volapük" => 'Volapuk', }; $Data{'language'}{'iso2'}{'ignore'} = {
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/internal/deprecate_codes -> _service:tar_scm:Locale-Codes-3.77.tar.gz/internal/deprecate_codes
Changed
@@ -91,7 +91,7 @@ use utf8; our(\$VERSION); -\$VERSION='3.74'; +\$VERSION='3.77'; ";
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/internal/harvest_data -> _service:tar_scm:Locale-Codes-3.77.tar.gz/internal/harvest_data
Changed
@@ -23,7 +23,7 @@ use lib "./internal"; our $VERSION; -$VERSION='3.74'; +$VERSION='3.77'; # Some required executables my @exe = qw( wget xls2csv ); @@ -94,7 +94,8 @@ our $country_un_url = "https://unstats.un.org/unsd/methodology/m49/"; -our $country_genc_url = "https://nsgreg.nga.mil/genc/discovery"; +#our $country_genc_url = "https://nsgreg.nga.mil/genc/discovery"; +our $country_genc_url = "https://nsgreg-api.nga.mil/registries/browse/results.jsp?registryType=genc®isterField=IE4&browseType=genc"; require "data.country.pl"; @@ -267,18 +268,7 @@ # # GENC # -# The GENC web page now has you copy/paste into a text file. The file will -# contain lines like: -# -# AF AFG 004 AFGHANISTAN Independent Exception Unchanged -# QZ XQZ 900 AKROTIRI Other Extension Unchanged -# -# Ignore lines that start with None Assigned -# -# Country names sometimes have space in them, but the next field is one of: -# Independent -# Other -# U.S. Dependency +# Ignore entries that have no 2-char code. # { @@ -286,32 +276,46 @@ sub _init_country_genc { my $inst = qq -(Please download the data manually for GNEC country codes. +(Please download the data manually for GENC country codes. Go to the following URL: $country_genc_url Click on: 'Show 100 entries' -Select the entire chart (not including the header). If not all of the -countries fit on a single page, do it in multiple steps. + +Select any part of the table (it is not necessary to select the entire table). +Then right click and launch the table caputure workshop. Click on the +'Edit table data before exporting' icon. Click on the 'Delete header row' +button. Then click on the 'Copy table to clipboard' icon and paste it into +the file. + +Select any part of the table (it is not necessary to select the entire +table). Then right click and launch the table caputure workshop. +Click on the 'Copy table to clipboard' icon and paste it into the +file. + +If there are more entries than will fit on a single table, repeat this +process but make sure you remove extra header lines. ); - $in = _read_file('type' => 'manual', + $in = _read_file('type' => 'csv', + 'manual' => 1, 'inst' => $inst, + 'sep_char' => "\t", 'as_list' => 1, + 'encoding' => 'UTF-8', ); + 1; } sub _read_country_genc { while (@$in) { - my $line = shift (@$in); - next if ($line =~ /None Assigned/); - - if ($line !~ /^(\S\S)\s+(\S\S\S)\s+(\S\S\S)\s+(.*?)\s+(Independent|Other|U.S. Dependency)/) { - print "WARNING genc: invalid line: $line\n"; - next; - } - my($alpha2,$alpha3,$num,$country) = ($1,$2,$3,$4); + my $ele = shift(@$in); + my $alpha2 = $$ele{'2-Char Code'}; + next if (! $alpha2); + my $alpha3 = $$ele{'3-Char Code'}; + my $num = $$ele{'Numeric Code'}; + my $country = $$ele{'Name'}; my($id,$i); @@ -511,9 +515,8 @@ my $inst = qq (Please download the data manually for ISO 3166 country codes. -Currently, this works best in firefox (not in chrome) with the -'Absolute Enable Right Click and Copy' extension enabled, with Copy -enabled. +Currently, this works in chrome with the Table Capture (georgemike) +extension enabled. Go to the following URL: $country_iso_url @@ -521,27 +524,35 @@ 'Online Browsing Platform' 'Officially assigned codes' 300 results per page -Select the entire chart (not including the header). If not all of the -countries fit on a single page, do it in multiple steps. + +Select any part of the table (it is not necessary to select the entire +table). Then right click and launch the table caputure workshop. +Click on the 'Copy table to clipboard' icon and paste it into the +file. + +If there are more entries than will fit on a single table, repeat this +process but make sure you remove extra header lines. ); - $in = _read_file('type' => 'manual', - 'inst' => $inst, - 'as_list' => 1, + $in = _read_file('type' => 'csv', + 'manual' => 1, + 'inst' => $inst, + 'sep_char' => "\t", + 'decode_utf8' => 0, + 'as_list' => 1, + 'encoding' => 'UTF-8', ); + 1; } sub _read_country_iso { while (@$in) { - my $name = shift(@$in); - shift(@$in); - my $alpha2 = lc(shift(@$in)); - my $alpha3 = lc(shift(@$in)); - my $num = shift(@$in); + my $ele = shift(@$in); + my $name = $$ele{'English short name'}; + my $alpha2 = lc($$ele{'Alpha-2 code'}); + my $alpha3 = lc($$ele{'Alpha-3 code'}); + my $num = $$ele{'Numeric'}; $name =~ s/\(the/\(The/; - $alpha2 =~ s/^\s*//; - $alpha3 =~ s/^\s*//; - $num =~ s/^\s*//; return($alpha2,$alpha3,$num,_country_name($name)); } return (); @@ -1670,7 +1681,7 @@ use utf8; our(\$VERSION); -\$VERSION='3.74'; +\$VERSION='3.77'; \$Locale::Codes::Data{'$type'}{'id'} = '$ID'; @@ -1775,12 +1786,14 @@ } elsif ($type eq 'zip') { $file2 = "$file.txt"; $file .= ".zip"; + } elsif ($type eq 'csv') { + $file .= ".csv"; } else { $file .= ".txt"; } # Get the file - if ($type eq 'manual') { + if ($opts{'manual'}) { while (! -f $file) { my $inst = $opts{'inst'}; print $inst,"\n"; @@ -1807,13 +1820,11 @@ my $csv = $file; $csv =~ s/.xls/.csv/; - # New command #my $cmd = "xls2csv.py $file > $csv; dos2unix $csv"; my $cmd = "xls2csv -x $file -c $csv"; system($cmd); - @in = `cat $csv`; - chomp(@in); + @in = _read_file_lines($csv,%opts); if ($opts{'head'}) { my $head = $opts{'head'}; while ($in0 !~ /$head/) { @@ -1883,6 +1894,19 @@
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/internal/ispell.isp -> _service:tar_scm:Locale-Codes-3.77.tar.gz/internal/ispell.isp
Changed
@@ -33,6 +33,7 @@ Devel diffs Dist +distro dmaestro eur factbook @@ -82,7 +83,6 @@ lvalue lvar Mannsaker -Mannsåker Mather Mesopotamian Michiel
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/internal/prev.yaml -> _service:tar_scm:Locale-Codes-3.77.tar.gz/internal/prev.yaml
Changed
@@ -167,7 +167,7 @@ nf: Norfolk Island ng: Nigeria ni: Nicaragua - nl: Netherlands + nl: Netherlands (Kingdom of the) "no": Norway np: Nepal nr: Nauru @@ -720,9 +720,9 @@ nepal: - np - Nepal - netherlands: + netherlands (kingdom of the): - nl - - Netherlands + - Netherlands (Kingdom of the) new caledonia: - nc - New Caledonia @@ -1167,7 +1167,7 @@ nga: Nigeria nic: Nicaragua niu: Niue - nld: Netherlands + nld: Netherlands (Kingdom of the) nor: Norway npl: Nepal nru: Nauru @@ -1719,9 +1719,9 @@ nepal: - npl - Nepal - netherlands: + netherlands (kingdom of the): - nld - - Netherlands + - Netherlands (Kingdom of the) new caledonia: - ncl - New Caledonia @@ -2165,7 +2165,7 @@ nf: Norfolk Island ng: Nigeria ni: Nicaragua - nl: Netherlands + nl: Netherlands (Kingdom of the) "no": Norway np: Nepal nr: Nauru @@ -2718,9 +2718,9 @@ nepal: - np - Nepal - netherlands: + netherlands (kingdom of the): - nl - - Netherlands + - Netherlands (Kingdom of the) new caledonia: - nc - New Caledonia @@ -3000,7 +3000,6 @@ genc-alpha-2: code: A2: Guantanamo Bay Naval Base - A3: Entity 6 AD: Andorra AE: United Arab Emirates AF: Afghanistan @@ -3496,9 +3495,6 @@ el salvador: - SV - El Salvador - entity 6: - - A3 - - Entity 6 equatorial guinea: - GQ - Equatorial Guinea @@ -4114,7 +4110,6 @@ AUS: Australia AUT: Austria AX2: Guantanamo Bay Naval Base - AX3: Entity 6 AZE: Azerbaijan BDI: Burundi BEL: Belgium @@ -4595,9 +4590,6 @@ el salvador: - SLV - El Salvador - entity 6: - - AX3 - - Entity 6 equatorial guinea: - GNQ - Equatorial Guinea @@ -5451,7 +5443,6 @@ 906: Coral Sea Islands 907: Dhekelia 908: Diego Garcia - 914: Entity 6 915: Europa Island 916: Gaza Strip 917: Glorioso Islands @@ -5694,9 +5685,6 @@ el salvador: - 222 - El Salvador - entity 6: - - 914 - - Entity 6 equatorial guinea: - 226 - Equatorial Guinea @@ -6446,7 +6434,7 @@ 516: Namibia 520: Nauru 524: Nepal - 528: Netherlands + 528: Netherlands (Kingdom of the) 531: Curacao 533: Aruba 534: Sint Maarten (Dutch part) @@ -7014,9 +7002,9 @@ nepal: - 524 - Nepal - netherlands: + netherlands (kingdom of the): - 528 - - Netherlands + - Netherlands (Kingdom of the) new caledonia: - 540 - New Caledonia @@ -7461,7 +7449,7 @@ NGA: Nigeria NIC: Nicaragua NIU: Niue - NLD: Netherlands + NLD: Netherlands (Kingdom of the) NOR: Norway NPL: Nepal NRU: Nauru @@ -8012,9 +8000,9 @@ nepal: - NPL - Nepal - netherlands: + netherlands (kingdom of the): - NLD - - Netherlands + - Netherlands (Kingdom of the) new caledonia: - NCL - New Caledonia @@ -8439,7 +8427,7 @@ 516: Namibia 520: Nauru 524: Nepal - 528: Netherlands + 528: Netherlands (Kingdom of the) 531: Curacao 533: Aruba 534: Sint Maarten (Dutch part) @@ -8485,7 +8473,6 @@ 670: Saint Vincent and the Grenadines 674: San Marino 678: Sao Tome and Principe - 680: Sark 682: Saudi Arabia 686: Senegal 688: Serbia @@ -9008,9 +8995,9 @@ nepal: - 524 - Nepal - netherlands: + netherlands (kingdom of the): - 528 - - Netherlands + - Netherlands (Kingdom of the) new caledonia: - 540 - New Caledonia @@ -9125,9 +9112,6 @@ sao tome and principe: - 678 - Sao Tome and Principe - sark: - - 680 - - Sark saudi arabia: - 682 - Saudi Arabia @@ -10725,9 +10709,8 @@ aen: Armenian Sign Language
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes.pm
Changed
@@ -16,7 +16,7 @@ use Locale::Codes::Constants; our($VERSION); -$VERSION='3.74'; +$VERSION='3.77'; use Exporter qw(import); our(@EXPORT_OK,%EXPORT_TAGS);
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/Changes.pod -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/Changes.pod
Changed
@@ -24,6 +24,38 @@ time and the time until the next release is scheduled, I will try to do a release any time the standards change. +=head1 VERSION 3.77 (expected 2023-12-01 sbeck) + +=over 5 + +=item NEW CODE(s) + +=item Changed RELEASE_TESTING variable + +Now use a release-specific testing variable rather than RELEASE_TESTING. +See GitHub #17 for details. + +=back + +=head1 VERSION 3.76 (2023-09-05 sbeck) + +=over 5 + +=item Fixed problem in distro + +Accidentally created a distribution (3.75) that is broken. +GitHub #18 + +=back + +=head1 VERSION 3.75 (2023-09-01 sbeck) + +=over 5 + +=item NEW CODE(s) + +=back + =head1 VERSION 3.74 (2023-06-07 sbeck) =over 5
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/Constants.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/Constants.pm
Changed
@@ -7,7 +7,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'gen_mods' is run. -# Generated on: Wed Jun 7 11:50:23 EDT 2023 +# Generated on: Fri Dec 1 15:38:03 EST 2023 use strict; use warnings; @@ -15,7 +15,7 @@ use Exporter qw(import); our($VERSION,@EXPORT); -$VERSION = '3.74'; +$VERSION = '3.77'; ################################################################################ our(@CONSTANTS,%ALL_CODESETS);
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/Country.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/Country.pm
Changed
@@ -7,7 +7,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'gen_mods' is run. -# Generated on: Wed Jun 7 11:50:23 EDT 2023 +# Generated on: Fri Dec 1 15:38:03 EST 2023 use strict; use warnings; @@ -15,7 +15,7 @@ use Exporter qw(import); our($VERSION,@EXPORT); -$VERSION = '3.74'; +$VERSION = '3.77'; ################################################################################ use if $ >= 5.027007, 'deprecate';
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/Country_Codes.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/Country_Codes.pm
Changed
@@ -3,7 +3,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'harvest_data' is run. -# Generated on: Wed Jun 7 11:46:18 EDT 2023 +# Generated on: Fri Dec 1 15:30:07 EST 2023 use strict; require 5.006; @@ -11,9 +11,9 @@ use utf8; our($VERSION); -$VERSION='3.74'; +$VERSION='3.77'; -$Locale::Codes::Data{'country'}{'id'} = '0280'; +$Locale::Codes::Data{'country'}{'id'} = '0279'; $Locale::Codes::Data{'country'}{'id2names'} = { q(0001) => @@ -102,7 +102,7 @@ , q(0027) => q(Bonaire, Sint Eustatius and Saba), - q(Bonaire, Sint Eustatius, and Saba), + q(Caribbean Netherlands), , q(0028) => q(Bosnia and Herzegovina), @@ -993,93 +993,90 @@ q(Aland Islands), , q(0250) => - q(Sark), - , - q(0251) => q(Akrotiri), , - q(0252) => + q(0251) => q(Ashmore and Cartier Islands), , - q(0253) => + q(0252) => q(Baker Island), , - q(0254) => + q(0253) => q(Bassas Da India), , - q(0255) => + q(0254) => q(Clipperton Island), , - q(0256) => + q(0255) => q(Coral Sea Islands), , - q(0257) => + q(0256) => q(Dhekelia), , - q(0258) => + q(0257) => q(Diego Garcia), , - q(0259) => + q(0258) => q(Entity 6), , - q(0260) => + q(0259) => q(Europa Island), , - q(0261) => + q(0260) => q(Gaza Strip), , - q(0262) => + q(0261) => q(Glorioso Islands), , - q(0263) => + q(0262) => q(Guantanamo Bay Naval Base), , - q(0264) => + q(0263) => q(Howland Island), , - q(0265) => + q(0264) => q(Jan Mayen), , - q(0266) => + q(0265) => q(Jarvis Island), , - q(0267) => + q(0266) => q(Johnston Atoll), , - q(0268) => + q(0267) => q(Juan de Nova Island), , - q(0269) => + q(0268) => q(Kingman Reef), , - q(0270) => + q(0269) => q(Kosovo), , - q(0271) => + q(0270) => q(Midway Islands), , - q(0272) => + q(0271) => q(Navassa Island), , - q(0273) => + q(0272) => q(Palmyra Atoll), , - q(0274) => + q(0273) => q(Paracel Islands), , - q(0275) => + q(0274) => q(Spratly Islands), , - q(0276) => + q(0275) => q(Svalbard), , - q(0277) => + q(0276) => q(Tromelin Island), , - q(0278) => + q(0277) => q(Wake Island), , - q(0279) => + q(0278) => q(West Bank), , }; @@ -1090,7 +1087,7 @@ q(0), , q(akrotiri) => - q(0251), + q(0250), q(0), , q(aland islands) => @@ -1142,7 +1139,7 @@ q(0), , q(ashmore and cartier islands) => - q(0252), + q(0251), q(0), , q(australia) => @@ -1174,7 +1171,7 @@ q(0), , q(baker island) => - q(0253), + q(0252), q(0), , q(bangladesh) => @@ -1186,7 +1183,7 @@ q(0), , q(bassas da india) => - q(0254), + q(0253), q(0), , q(belarus) => @@ -1229,10 +1226,6 @@ q(0027), q(0), , - q(bonaire, sint eustatius, and saba) => - q(0027), - q(1), - , q(bosnia and herzegovina) => q(0028), q(0), @@ -1305,6 +1298,10 @@
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/Country_Retired.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/Country_Retired.pm
Changed
@@ -3,7 +3,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'deprecate_codes' is run. -# Generated on: Wed Jun 7 11:51:52 EDT 2023 +# Generated on: Fri Dec 1 15:38:44 EST 2023 use strict; require 5.006; @@ -11,7 +11,7 @@ use utf8; our($VERSION); -$VERSION='3.74'; +$VERSION='3.77'; $Locale::Codes::Retired{'country'}{'alpha-2'}{'code'} = { q(an) => q(Netherlands Antilles), @@ -310,13 +310,16 @@ $Locale::Codes::Retired{'country'}{'genc-alpha-2'}{'code'} = { q(A1) => q(Unknown), + q(A3) => q(Entity 6), }; $Locale::Codes::Retired{'country'}{'genc-alpha-3'}{'code'} = { q(AX1) => q(Unknown), + q(AX3) => q(Entity 6), }; $Locale::Codes::Retired{'country'}{'genc-numeric'}{'code'} = { + q(914) => q(Entity 6), q(932) => q(Unknown), }; @@ -343,6 +346,7 @@ }; $Locale::Codes::Retired{'country'}{'un-numeric'}{'code'} = { + q(680) => q(Sark), q(830) => q(Channel Islands), }; @@ -534,7 +538,9 @@ }; $Locale::Codes::Retired{'country'}{'genc-alpha-2'}{'name'} = { + q(bonaire, sint eustatius, and saba) => q(BQ), q(Bonaire, Sint Eustatius, and Saba) , q(czech republic) => q(CZ), q(Czech Republic) , + q(entity 6) => q(A3), q(Entity 6) , q(macedonia) => q(MK), q(MACEDONIA) , q(macedonia, the former yugoslav republic of) => q(MK), q(Macedonia, The former Yugoslav Republic of) , q(swaziland) => q(SZ), q(SWAZILAND) , @@ -542,7 +548,9 @@ }; $Locale::Codes::Retired{'country'}{'genc-alpha-3'}{'name'} = { + q(bonaire, sint eustatius, and saba) => q(BES), q(Bonaire, Sint Eustatius, and Saba) , q(czech republic) => q(CZE), q(Czech Republic) , + q(entity 6) => q(AX3), q(Entity 6) , q(macedonia) => q(MKD), q(MACEDONIA) , q(macedonia, the former yugoslav republic of) => q(MKD), q(Macedonia, The former Yugoslav Republic of) , q(swaziland) => q(SWZ), q(SWAZILAND) , @@ -550,7 +558,9 @@ }; $Locale::Codes::Retired{'country'}{'genc-numeric'}{'name'} = { + q(bonaire, sint eustatius, and saba) => q(535), q(Bonaire, Sint Eustatius, and Saba) , q(czech republic) => q(203), q(Czech Republic) , + q(entity 6) => q(914), q(Entity 6) , q(macedonia) => q(807), q(MACEDONIA) , q(macedonia, the former yugoslav republic of) => q(807), q(Macedonia, The former Yugoslav Republic of) , q(swaziland) => q(748), q(SWAZILAND) , @@ -661,6 +671,7 @@ q(korea, the democratic people's republic of) => q(408), q(Korea, The Democratic People's Republic of) , q(macedonia, the former yugoslav republic of) => q(807), q(Macedonia, The former Yugoslav Republic of) , q(netherlands) => q(528), q(Netherlands) , + q(sark) => q(680), q(Sark) , q(swaziland) => q(748), q(Swaziland) , q(tanzania, united republic of) => q(834), q(Tanzania, United Republic of) , q(turkey) => q(792), q(Turkey) ,
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/Currency.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/Currency.pm
Changed
@@ -7,7 +7,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'gen_mods' is run. -# Generated on: Wed Jun 7 11:50:23 EDT 2023 +# Generated on: Fri Dec 1 15:38:03 EST 2023 use strict; use warnings; @@ -15,7 +15,7 @@ use Exporter qw(import); our($VERSION,@EXPORT); -$VERSION = '3.74'; +$VERSION = '3.77'; ################################################################################ use if $ >= 5.027007, 'deprecate';
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/Currency_Codes.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/Currency_Codes.pm
Changed
@@ -3,7 +3,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'harvest_data' is run. -# Generated on: Wed Jun 7 11:48:54 EDT 2023 +# Generated on: Fri Dec 1 15:37:17 EST 2023 use strict; require 5.006; @@ -11,7 +11,7 @@ use utf8; our($VERSION); -$VERSION='3.74'; +$VERSION='3.77'; $Locale::Codes::Data{'currency'}{'id'} = '0177';
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/Currency_Retired.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/Currency_Retired.pm
Changed
@@ -3,7 +3,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'deprecate_codes' is run. -# Generated on: Wed Jun 7 11:51:52 EDT 2023 +# Generated on: Fri Dec 1 15:38:44 EST 2023 use strict; require 5.006; @@ -11,7 +11,7 @@ use utf8; our($VERSION); -$VERSION='3.74'; +$VERSION='3.77'; $Locale::Codes::Retired{'currency'}{'alpha'}{'code'} = { q(ADP) => q(Andorran Peseta),
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/LangExt.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/LangExt.pm
Changed
@@ -7,7 +7,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'gen_mods' is run. -# Generated on: Wed Jun 7 11:50:23 EDT 2023 +# Generated on: Fri Dec 1 15:38:03 EST 2023 use strict; use warnings; @@ -15,7 +15,7 @@ use Exporter qw(import); our($VERSION,@EXPORT); -$VERSION = '3.74'; +$VERSION = '3.77'; ################################################################################ use if $ >= 5.027007, 'deprecate';
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/LangExt_Codes.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/LangExt_Codes.pm
Changed
@@ -3,7 +3,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'harvest_data' is run. -# Generated on: Wed Jun 7 11:49:56 EDT 2023 +# Generated on: Fri Dec 1 15:37:36 EST 2023 use strict; require 5.006; @@ -11,7 +11,7 @@ use utf8; our($VERSION); -$VERSION='3.74'; +$VERSION='3.77'; $Locale::Codes::Data{'langext'}{'id'} = '0249';
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/LangExt_Retired.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/LangExt_Retired.pm
Changed
@@ -3,7 +3,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'deprecate_codes' is run. -# Generated on: Wed Jun 7 11:51:52 EDT 2023 +# Generated on: Fri Dec 1 15:38:44 EST 2023 use strict; require 5.006; @@ -11,7 +11,7 @@ use utf8; our($VERSION); -$VERSION='3.74'; +$VERSION='3.77'; $Locale::Codes::Retired{'langext'}{'alpha'}{'code'} = { q(ajp) => q(South Levantine Arabic),
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/LangFam.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/LangFam.pm
Changed
@@ -7,7 +7,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'gen_mods' is run. -# Generated on: Wed Jun 7 11:50:23 EDT 2023 +# Generated on: Fri Dec 1 15:38:03 EST 2023 use strict; use warnings; @@ -15,7 +15,7 @@ use Exporter qw(import); our($VERSION,@EXPORT); -$VERSION = '3.74'; +$VERSION = '3.77'; ################################################################################ use if $ >= 5.027007, 'deprecate';
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/LangFam_Codes.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/LangFam_Codes.pm
Changed
@@ -3,7 +3,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'harvest_data' is run. -# Generated on: Wed Jun 7 11:50:08 EDT 2023 +# Generated on: Fri Dec 1 15:37:42 EST 2023 use strict; require 5.006; @@ -11,7 +11,7 @@ use utf8; our($VERSION); -$VERSION='3.74'; +$VERSION='3.77'; $Locale::Codes::Data{'langfam'}{'id'} = '0116';
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/LangFam_Retired.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/LangFam_Retired.pm
Changed
@@ -10,7 +10,7 @@ require 5.002; our($VERSION); -$VERSION='3.74'; +$VERSION='3.77'; $Locale::Codes::Retired{'langfam'}{'alpha'}{'code'} = { };
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/LangVar.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/LangVar.pm
Changed
@@ -7,7 +7,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'gen_mods' is run. -# Generated on: Wed Jun 7 11:50:23 EDT 2023 +# Generated on: Fri Dec 1 15:38:03 EST 2023 use strict; use warnings; @@ -15,7 +15,7 @@ use Exporter qw(import); our($VERSION,@EXPORT); -$VERSION = '3.74'; +$VERSION = '3.77'; ################################################################################ use if $ >= 5.027007, 'deprecate';
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/LangVar_Codes.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/LangVar_Codes.pm
Changed
@@ -3,7 +3,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'harvest_data' is run. -# Generated on: Wed Jun 7 11:50:07 EDT 2023 +# Generated on: Fri Dec 1 15:37:42 EST 2023 use strict; require 5.006; @@ -11,9 +11,9 @@ use utf8; our($VERSION); -$VERSION='3.74'; +$VERSION='3.77'; -$Locale::Codes::Data{'langvar'}{'id'} = '0110'; +$Locale::Codes::Data{'langvar'}{'id'} = '0111'; $Locale::Codes::Data{'langvar'}{'id2names'} = { q(0001) => @@ -93,149 +93,152 @@ q(The Bila dialect of Resian), , q(0025) => - q(Slovene in Bohoric alphabet), + q(Black American Sign Language dialect), , q(0026) => - q(Boontling), + q(Slovene in Bohoric alphabet), , q(0027) => - q(Bornholmsk), + q(Boontling), , q(0028) => - q(Cisalpine), + q(Bornholmsk), , q(0029) => - q(Portuguese-Brazilian Orthographic Convention of 1945 (Convencao Ortografica Luso-Brasileira de 1945)), + q(Cisalpine), , q(0030) => + q(Portuguese-Brazilian Orthographic Convention of 1945 (Convencao Ortografica Luso-Brasileira de 1945)), + , + q(0031) => q(Cornu-English), q(Cornish English), q(Anglo-Cornish), , - q(0031) => + q(0032) => q(Occitan variants of the Croissant area), , - q(0032) => + q(0033) => q(Slovene in Dajnko alphabet), , - q(0033) => + q(0034) => q(Serbian with Ekavian pronunciation), , - q(0034) => + q(0035) => q(Early Modern English (1500-1700)), , - q(0035) => + q(0036) => q(International Phonetic Alphabet), , - q(0036) => + q(0037) => q(Kirshenbaum Phonetic Alphabet), , - q(0037) => + q(0038) => q(North American Phonetic Alphabet), q(Americanist Phonetic Notation), , - q(0038) => + q(0039) => q(Uralic Phonetic Alphabet), , - q(0039) => + q(0040) => q(X-SAMPA transcription), , - q(0040) => + q(0041) => q(Gallo), , - q(0041) => + q(0042) => q(Gascon), , - q(0042) => + q(0043) => q(Classical Occitan orthography), , - q(0043) => + q(0044) => q(Italian-inspired Occitan orthography), , - q(0044) => + q(0045) => q(Mistralian or Mistralian-inspired Occitan orthography), , - q(0045) => + q(0046) => q(Hepburn romanization), , - q(0046) => + q(0047) => q(Norwegian in Hognorsk (High Norwegian) orthography), , - q(0047) => + q(0048) => q(Standard H-system orthographic fallback for spelling Esperanto), , - q(0048) => + q(0049) => q(Serbian with Ijekavian pronunciation), , - q(0049) => + q(0050) => q(Epic Sanskrit), , - q(0050) => + q(0051) => q(Bulgarian in 1899 orthography), , - q(0051) => + q(0052) => q(Jauer dialect of Romansh), , - q(0052) => + q(0053) => q(Jyutping Cantonese Romanization), , - q(0053) => + q(0054) => q(Common Cornish orthography of Revived Cornish), , - q(0054) => + q(0055) => q(The Kociewie dialect of Polish), , - q(0055) => + q(0056) => q(Standard Cornish orthography of Revived Cornish), q(Kernowek Standard), , - q(0056) => + q(0057) => q(Classical Sanskrit), , - q(0057) => + q(0058) => q(Limousin), , - q(0058) => + q(0059) => q(Languedocien), , - q(0059) => + q(0060) => q(The Lipovaz dialect of Resian), q(The Lipovec dialect of Resian), , - q(0060) => + q(0061) => q(The Latgalian language orthography codified in 1929), , - q(0061) => + q(0062) => q(The Latgalian language orthography codified in the language law in 2007), , - q(0062) => + q(0063) => q(Post-1917 Russian orthography), , - q(0063) => + q(0064) => q(Slovene in Metelko alphabet), , - q(0064) => + q(0065) => q(Monotonic Greek), , - q(0065) => + q(0066) => q(Ndyuka dialect), q(Aukan dialect), , - q(0066) => + q(0067) => q(Natisone dialect), q(Nadiza dialect),
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/LangVar_Retired.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/LangVar_Retired.pm
Changed
@@ -3,7 +3,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'deprecate_codes' is run. -# Generated on: Wed Jun 7 11:51:52 EDT 2023 +# Generated on: Fri Dec 1 15:38:44 EST 2023 use strict; require 5.006; @@ -11,7 +11,7 @@ use utf8; our($VERSION); -$VERSION='3.74'; +$VERSION='3.77'; $Locale::Codes::Retired{'langvar'}{'alpha'}{'code'} = { q(arevela) => q(Eastern Armenian),
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/Language.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/Language.pm
Changed
@@ -7,7 +7,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'gen_mods' is run. -# Generated on: Wed Jun 7 11:50:23 EDT 2023 +# Generated on: Fri Dec 1 15:38:03 EST 2023 use strict; use warnings; @@ -15,7 +15,7 @@ use Exporter qw(import); our($VERSION,@EXPORT); -$VERSION = '3.74'; +$VERSION = '3.77'; ################################################################################ use if $ >= 5.027007, 'deprecate';
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/Language_Codes.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/Language_Codes.pm
Changed
@@ -3,7 +3,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'harvest_data' is run. -# Generated on: Wed Jun 7 11:48:44 EDT 2023 +# Generated on: Fri Dec 1 15:37:07 EST 2023 use strict; require 5.006; @@ -11,7 +11,7 @@ use utf8; our($VERSION); -$VERSION='3.74'; +$VERSION='3.77'; $Locale::Codes::Data{'language'}{'id'} = '8028';
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/Language_Retired.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/Language_Retired.pm
Changed
@@ -3,7 +3,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'deprecate_codes' is run. -# Generated on: Wed Jun 7 11:51:52 EDT 2023 +# Generated on: Fri Dec 1 15:38:44 EST 2023 use strict; require 5.006; @@ -11,7 +11,7 @@ use utf8; our($VERSION); -$VERSION='3.74'; +$VERSION='3.77'; $Locale::Codes::Retired{'language'}{'alpha-2'}{'code'} = { q(in) => q(Indonesian),
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/Script.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/Script.pm
Changed
@@ -7,7 +7,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'gen_mods' is run. -# Generated on: Wed Jun 7 11:50:23 EDT 2023 +# Generated on: Fri Dec 1 15:38:03 EST 2023 use strict; use warnings; @@ -15,7 +15,7 @@ use Exporter qw(import); our($VERSION,@EXPORT); -$VERSION = '3.74'; +$VERSION = '3.77'; ################################################################################ use if $ >= 5.027007, 'deprecate';
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/Script_Codes.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/Script_Codes.pm
Changed
@@ -3,7 +3,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'harvest_data' is run. -# Generated on: Wed Jun 7 11:49:51 EDT 2023 +# Generated on: Fri Dec 1 15:37:25 EST 2023 use strict; require 5.006; @@ -11,9 +11,9 @@ use utf8; our($VERSION); -$VERSION='3.74'; +$VERSION='3.77'; -$Locale::Codes::Data{'script'}{'id'} = '0211'; +$Locale::Codes::Data{'script'}{'id'} = '0221'; $Locale::Codes::Data{'script'}{'id2names'} = { q(0001) => @@ -99,652 +99,682 @@ q(Cherokee), , q(0027) => - q(Chorasmian), + q(Chisoi), , q(0028) => - q(Cirth), + q(Chorasmian), , q(0029) => - q(Coptic), + q(Cirth), , q(0030) => - q(Cypro-Minoan), + q(Coptic), , q(0031) => - q(Cypriot syllabary), + q(Cypro-Minoan), , q(0032) => - q(Cyrillic), + q(Cypriot syllabary), , q(0033) => - q(Cyrillic (Old Church Slavonic variant)), + q(Cyrillic), , q(0034) => + q(Cyrillic (Old Church Slavonic variant)), + , + q(0035) => q(Devanagari (Nagari)), q(Devanagari), q(Nagari), , - q(0035) => + q(0036) => q(Dives Akuru), , - q(0036) => + q(0037) => q(Dogra), , - q(0037) => + q(0038) => q(Deseret (Mormon)), q(Deseret), q(Mormon), , - q(0038) => + q(0039) => q(Duployan shorthand, Duployan stenography), q(Duployan shorthand), q(Duployan stenography), , - q(0039) => + q(0040) => q(Egyptian demotic), , - q(0040) => + q(0041) => q(Egyptian hieratic), , - q(0041) => + q(0042) => q(Egyptian hieroglyphs), , - q(0042) => + q(0043) => q(Elbasan), , - q(0043) => + q(0044) => q(Elymaic), , - q(0044) => + q(0045) => q(Ethiopic (Geez)), q(Ethiopic), q(Ge'ez), , - q(0045) => + q(0046) => + q(Garay), + , + q(0047) => q(Khutsuri (Asomtavruli and Nuskhuri)), , - q(0046) => + q(0048) => q(Georgian (Mkhedruli and Mtavruli)), , - q(0047) => + q(0049) => q(Glagolitic), , - q(0048) => + q(0050) => q(Gunjala Gondi), , - q(0049) => + q(0051) => q(Masaram Gondi), , - q(0050) => + q(0052) => q(Gothic), , - q(0051) => + q(0053) => q(Grantha), , - q(0052) => + q(0054) => q(Greek), , - q(0053) => + q(0055) => q(Gujarati), , - q(0054) => + q(0056) => + q(Gurung Khema), + , + q(0057) => q(Gurmukhi), , - q(0055) => + q(0058) => q(Han with Bopomofo (alias for Han + Bopomofo)), , - q(0056) => + q(0059) => q(Hangul (Hangul, Hangeul)), q(Hangul), q(Hangeul), , - q(0057) => + q(0060) => q(Han (Hanzi, Kanji, Hanja)), q(Han), q(Hanzi), q(Kanji), q(Hanja), , - q(0058) => + q(0061) => q(Hanunoo (Hanunoo)), q(Hanunoo), , - q(0059) => + q(0062) => q(Han (Simplified variant)), , - q(0060) => + q(0063) => q(Han (Traditional variant)), , - q(0061) => + q(0064) => q(Hatran), , - q(0062) => + q(0065) => q(Hebrew), , - q(0063) => + q(0066) => q(Hiragana), , - q(0064) => + q(0067) => q(Anatolian Hieroglyphs (Luwian Hieroglyphs, Hittite Hieroglyphs)), q(Anatolian Hieroglyphs), q(Luwian Hieroglyphs),
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Codes/Script_Retired.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Codes/Script_Retired.pm
Changed
@@ -3,7 +3,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'deprecate_codes' is run. -# Generated on: Wed Jun 7 11:51:52 EDT 2023 +# Generated on: Fri Dec 1 15:38:44 EST 2023 use strict; require 5.006; @@ -11,7 +11,7 @@ use utf8; our($VERSION); -$VERSION='3.74'; +$VERSION='3.77'; $Locale::Codes::Retired{'script'}{'alpha'}{'code'} = { };
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Country.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Country.pm
Changed
@@ -7,7 +7,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'gen_mods' is run. -# Generated on: Wed Jun 7 11:50:23 EDT 2023 +# Generated on: Fri Dec 1 15:38:03 EST 2023 use strict; use warnings; @@ -15,7 +15,7 @@ use Exporter qw(import); our($VERSION,@EXPORT); -$VERSION = '3.74'; +$VERSION = '3.77'; ################################################################################ use if $ >= 5.027007, 'deprecate';
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Currency.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Currency.pm
Changed
@@ -7,7 +7,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'gen_mods' is run. -# Generated on: Wed Jun 7 11:50:23 EDT 2023 +# Generated on: Fri Dec 1 15:38:03 EST 2023 use strict; use warnings; @@ -15,7 +15,7 @@ use Exporter qw(import); our($VERSION,@EXPORT); -$VERSION = '3.74'; +$VERSION = '3.77'; ################################################################################ use if $ >= 5.027007, 'deprecate';
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Language.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Language.pm
Changed
@@ -7,7 +7,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'gen_mods' is run. -# Generated on: Wed Jun 7 11:50:23 EDT 2023 +# Generated on: Fri Dec 1 15:38:03 EST 2023 use strict; use warnings; @@ -15,7 +15,7 @@ use Exporter qw(import); our($VERSION,@EXPORT); -$VERSION = '3.74'; +$VERSION = '3.77'; ################################################################################ use if $ >= 5.027007, 'deprecate';
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/lib/Locale/Script.pm -> _service:tar_scm:Locale-Codes-3.77.tar.gz/lib/Locale/Script.pm
Changed
@@ -7,7 +7,7 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'gen_mods' is run. -# Generated on: Wed Jun 7 11:50:23 EDT 2023 +# Generated on: Fri Dec 1 15:38:03 EST 2023 use strict; use warnings; @@ -15,7 +15,7 @@ use Exporter qw(import); our($VERSION,@EXPORT); -$VERSION = '3.74'; +$VERSION = '3.77'; ################################################################################ use if $ >= 5.027007, 'deprecate';
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/t/_pod.t -> _service:tar_scm:Locale-Codes-3.77.tar.gz/t/_pod.t
Changed
@@ -6,8 +6,8 @@ BEGIN { use Test::More; # Don't run tests for installs - unless ($ENV{RELEASE_TESTING}) { - plan skip_all => 'Author tests not required for installation (set RELEASE_TESTING to test)'; + unless ($ENV{Locale_Codes_RELEASE_TESTING}) { + plan skip_all => 'Author tests not required for installation (set Locale_Codes_RELEASE_TESTING to test)'; } }
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/t/_pod_coverage.t -> _service:tar_scm:Locale-Codes-3.77.tar.gz/t/_pod_coverage.t
Changed
@@ -6,8 +6,8 @@ BEGIN { use Test::More; # Don't run tests for installs - unless ($ENV{RELEASE_TESTING}) { - plan skip_all => 'Author tests not required for installation (set RELEASE_TESTING to test)'; + unless ($ENV{Locale_Codes_RELEASE_TESTING}) { + plan skip_all => 'Author tests not required for installation (set Locale_Codes_RELEASE_TESTING to test)'; } }
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/t/_version.t -> _service:tar_scm:Locale-Codes-3.77.tar.gz/t/_version.t
Changed
@@ -15,8 +15,8 @@ BEGIN { $ti = new Test::Inter $0; - unless ($ENV{RELEASE_TESTING}) { - $ti->skip_all('Author tests not required for installation (set RELEASE_TESTING to test)'); + unless ($ENV{Locale_Codes_RELEASE_TESTING}) { + $ti->skip_all('Author tests not required for installation (set Locale_Codes_RELEASE_TESTING to test)'); } }
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/t/codes.t -> _service:tar_scm:Locale-Codes-3.77.tar.gz/t/codes.t
Changed
@@ -228,7 +228,7 @@ add_alias a b => 'ERROR: add_alias: name does not exist: a' -add_alias Sark xx => 'ERROR: add_alias: alias already in use: xx' +add_alias Hungary xx => 'ERROR: add_alias: alias already in use: xx' show_errors 0 => 0 @@ -296,13 +296,13 @@ rename_code a b bar => 'ERROR: rename_code: unknown code/codeset: a bar' -rename_code us Sark alpha-2 => 'ERROR: rename_code: rename to an existing name not allowed' +rename_code us Hungary alpha-2 => 'ERROR: rename_code: rename to an existing name not allowed' show_errors 0 => 0 rename_code a b bar => 0 -rename_code us Sark alpha-2 => 0 +rename_code us Hungary alpha-2 => 0 #####
View file
_service:tar_scm:Locale-Codes-3.74.tar.gz/t/runtests -> _service:tar_scm:Locale-Codes-3.77.tar.gz/t/runtests
Changed
@@ -15,9 +15,9 @@ export TI_QUIET fi -if "$RELEASE_TESTING" != "0" ; then - RELEASE_TESTING=1 - export RELEASE_TESTING +if "$Locale_Codes_RELEASE_TESTING" != "0" ; then + Locale_Codes_RELEASE_TESTING=1 + export Locale_Codes_RELEASE_TESTING fi if "$1" = "-T" ; then
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2