X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FLocale%2FConstants.pm;h=d8ef8f7e21a1d2e56ec04ec59f0944be0b107894;hb=c9d0c046ab7aa1e87edc8cd6fbfa8dc66f709875;hp=c16d45efdeffedcc12674561f7946e381079b19c;hpb=6b14ceb78325f07f9267f4d0b22adc748311a9a0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Locale/Constants.pm b/lib/Locale/Constants.pm index c16d45e..d8ef8f7 100644 --- a/lib/Locale/Constants.pm +++ b/lib/Locale/Constants.pm @@ -1,7 +1,7 @@ # # Locale::Constants - defined constants for identifying codesets # -# $Id: Constants.pm,v 2.1 2002/02/06 04:07:09 neilb Exp $ +# $Id: Constants.pm,v 2.7 2004/06/10 21:19:34 neilb Exp $ # package Locale::Constants; @@ -13,7 +13,7 @@ require Exporter; # Public Global Variables #----------------------------------------------------------------------- use vars qw($VERSION @ISA @EXPORT); -$VERSION = sprintf("%d.%02d", q$Revision: 2.1 $ =~ /(\d+)\.(\d+)/); +$VERSION = sprintf("%d.%02d", q$Revision: 2.7 $ =~ /(\d+)\.(\d+)/); @ISA = qw(Exporter); @EXPORT = qw(LOCALE_CODE_ALPHA_2 LOCALE_CODE_ALPHA_3 LOCALE_CODE_NUMERIC LOCALE_CODE_DEFAULT);