diff options
Diffstat (limited to 'cpan/Locale-Codes/lib/Locale/Constants.pm')
-rw-r--r-- | cpan/Locale-Codes/lib/Locale/Constants.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Locale-Codes/lib/Locale/Constants.pm b/cpan/Locale-Codes/lib/Locale/Constants.pm index b2a7ec9123..2d9fbe09e3 100644 --- a/cpan/Locale-Codes/lib/Locale/Constants.pm +++ b/cpan/Locale-Codes/lib/Locale/Constants.pm @@ -14,9 +14,9 @@ require Exporter; # Public Global Variables #----------------------------------------------------------------------- -use vars qw($VERSION @ISA @EXPORT); +our($VERSION,@ISA,@EXPORT); -$VERSION='3.14'; +$VERSION='3.15'; @ISA = qw(Exporter); @EXPORT = qw(LOCALE_CODE_ALPHA_2 LOCALE_CODE_ALPHA_3 |