summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Locale/Codes/Country.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Locale/Codes/Country.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Locale/Codes/Country.pm15
1 files changed, 1 insertions, 14 deletions
diff --git a/Master/tlpkg/tlperl/lib/Locale/Codes/Country.pm b/Master/tlpkg/tlperl/lib/Locale/Codes/Country.pm
index 2fc76c442ef..a182431dc0a 100644
--- a/Master/tlpkg/tlperl/lib/Locale/Codes/Country.pm
+++ b/Master/tlpkg/tlperl/lib/Locale/Codes/Country.pm
@@ -22,7 +22,7 @@ use Locale::Codes::Country_Retired;
our($VERSION,@ISA,@EXPORT,@EXPORT_OK);
-$VERSION='3.34';
+$VERSION='3.37';
@ISA = qw(Exporter);
@EXPORT = qw(code2country
country2code
@@ -87,19 +87,6 @@ sub delete_country_code_alias {
return Locale::Codes::_delete_code_alias('country',@_);
}
-#=======================================================================
-#
-# Old function for backward compatibility
-#
-#=======================================================================
-
-sub alias_code {
- my($alias,$code,@args) = @_;
- my $success = rename_country_code($code,$alias,@args);
- return 0 if (! $success);
- return $alias;
-}
-
1;
# Local Variables:
# mode: cperl