This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate CPAN release of version.pm 0.9905
[perl5.git] / cpan / Locale-Codes / t / code2country.t
old mode 100755 (executable)
new mode 100644 (file)
index 43c06a0..7728aa7
@@ -16,7 +16,7 @@ if ( -f "t/testfunc.pl" ) {
 }
 
 unshift(@INC,$dir);
-use Locale::Country;
+use Locale::Codes::Country;
 
 %type = ( "LOCALE_CODE_ALPHA_2" => LOCALE_CODE_ALPHA_2,
           "LOCALE_CODE_ALPHA_3" => LOCALE_CODE_ALPHA_3,
@@ -125,6 +125,10 @@ LOCALE_CODE_NUMERIC
 
 rou LOCALE_CODE_ALPHA_3 ~ Romania
 
+zr  ~ _undef_
+
+zr retired  ~ Zaire
+
 ";
 
 print "code2country...\n";