summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Locale/Country.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Locale/Country.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Locale/Country.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/Locale/Country.pm b/Master/tlpkg/tlperl/lib/Locale/Country.pm
index 9dd896cca25..4c4d7c198fd 100644
--- a/Master/tlpkg/tlperl/lib/Locale/Country.pm
+++ b/Master/tlpkg/tlperl/lib/Locale/Country.pm
@@ -10,7 +10,7 @@ use warnings;
use Exporter;
our $VERSION;
-$VERSION='3.34';
+$VERSION='3.37';
our (@ISA,@EXPORT);
@@ -26,8 +26,6 @@ eval "require $backend; $backend->import(); return 1;";
unshift (@ISA, $backend);
-sub alias_code { Locale::Codes::Country::alias_code(@_) }
-
sub rename_country { Locale::Codes::Country::rename_country(@_) }
sub add_country { Locale::Codes::Country::add_country(@_) }
sub delete_country { Locale::Codes::Country::delete_country(@_) }