diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Locale/Codes/LangVar.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Locale/Codes/LangVar.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/Locale/Codes/LangVar.pm b/Master/tlpkg/tlperl/lib/Locale/Codes/LangVar.pm index 23b20cffb05..a038eb7681e 100644 --- a/Master/tlpkg/tlperl/lib/Locale/Codes/LangVar.pm +++ b/Master/tlpkg/tlperl/lib/Locale/Codes/LangVar.pm @@ -1,5 +1,5 @@ package Locale::Codes::LangVar; -# Copyright (c) 2011-2015 Sullivan Beck +# Copyright (c) 2011-2016 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::LangVar_Retired; our($VERSION,@ISA,@EXPORT,@EXPORT_OK); -$VERSION='3.37'; +$VERSION='3.42'; @ISA = qw(Exporter); @EXPORT = qw(code2langvar langvar2code @@ -92,5 +92,5 @@ sub delete_langvar_code_alias { # cperl-continued-brace-offset: 0 # cperl-brace-offset: 0 # cperl-brace-imaginary-offset: 0 -# cperl-label-offset: -2 +# cperl-label-offset: 0 # End: |