summaryrefslogtreecommitdiff
path: root/lib/Locale
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-14 13:16:27 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-14 13:16:27 +0000
commitf93bb41e64f81800210e18ffedb5ed633e362495 (patch)
tree4236af6cfc4216603441e0d2790af66691db31bc /lib/Locale
parent3353beaa3f95112e24afd5155933d13cf27ab516 (diff)
downloadperl-f93bb41e64f81800210e18ffedb5ed633e362495.tar.gz
All the authors of these modules have now been contacted;
but assuming no CPAN updates are upcoming, here are 'fake' version updates to make us different from 5.8.0. (List::Util+Scalar::Util will soon be updated; File::Spec CPAN release will be made based on 5.8.1.) p4raw-id: //depot/perl@20699
Diffstat (limited to 'lib/Locale')
-rw-r--r--lib/Locale/Country.pm2
-rw-r--r--lib/Locale/Currency.pm2
-rw-r--r--lib/Locale/Language.pm2
-rw-r--r--lib/Locale/Script.pm2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/Locale/Country.pm b/lib/Locale/Country.pm
index 2563a6466a..eab7249684 100644
--- a/lib/Locale/Country.pm
+++ b/lib/Locale/Country.pm
@@ -17,7 +17,7 @@ use Locale::Constants;
# Public Global Variables
#-----------------------------------------------------------------------
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
-$VERSION = sprintf("%d.%02d", q$Revision: 2.6 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
@ISA = qw(Exporter);
@EXPORT = qw(code2country country2code
all_country_codes all_country_names
diff --git a/lib/Locale/Currency.pm b/lib/Locale/Currency.pm
index 3424e2c5a6..8a94838886 100644
--- a/lib/Locale/Currency.pm
+++ b/lib/Locale/Currency.pm
@@ -15,7 +15,7 @@ require Exporter;
# Public Global Variables
#-----------------------------------------------------------------------
use vars qw($VERSION @ISA @EXPORT);
-$VERSION = sprintf("%d.%02d", q$Revision: 2.2 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.21 $ =~ /(\d+)\.(\d+)/);
@ISA = qw(Exporter);
@EXPORT = qw(&code2currency &currency2code
&all_currency_codes &all_currency_names );
diff --git a/lib/Locale/Language.pm b/lib/Locale/Language.pm
index 627923cb09..838e7e14b0 100644
--- a/lib/Locale/Language.pm
+++ b/lib/Locale/Language.pm
@@ -14,7 +14,7 @@ require Exporter;
# Public Global Variables
#-----------------------------------------------------------------------
use vars qw($VERSION @ISA @EXPORT);
-$VERSION = sprintf("%d.%02d", q$Revision: 2.2 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.21 $ =~ /(\d+)\.(\d+)/);
@ISA = qw(Exporter);
@EXPORT = qw(&code2language &language2code
&all_language_codes &all_language_names );
diff --git a/lib/Locale/Script.pm b/lib/Locale/Script.pm
index c045ffc299..d832b6a509 100644
--- a/lib/Locale/Script.pm
+++ b/lib/Locale/Script.pm
@@ -17,7 +17,7 @@ use Locale::Constants;
# Public Global Variables
#-----------------------------------------------------------------------
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
-$VERSION = sprintf("%d.%02d", q$Revision: 2.2 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.21 $ =~ /(\d+)\.(\d+)/);
@ISA = qw(Exporter);
@EXPORT = qw(code2script script2code
all_script_codes all_script_names