diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Locale/Codes/LangExt.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Locale/Codes/LangExt.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/Locale/Codes/LangExt.pm b/Master/tlpkg/tlperl/lib/Locale/Codes/LangExt.pm index c37d41bf2ba..561e5d152d3 100644 --- a/Master/tlpkg/tlperl/lib/Locale/Codes/LangExt.pm +++ b/Master/tlpkg/tlperl/lib/Locale/Codes/LangExt.pm @@ -1,5 +1,5 @@ package Locale::Codes::LangExt; -# Copyright (c) 2011-2014 Sullivan Beck +# Copyright (c) 2011-2015 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. @@ -20,7 +20,7 @@ use Locale::Codes::LangExt_Retired; our($VERSION,@ISA,@EXPORT,@EXPORT_OK); -$VERSION='3.30'; +$VERSION='3.34'; @ISA = qw(Exporter); @EXPORT = qw(code2langext langext2code |