diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 13:16:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 13:16:27 +0000 |
commit | f93bb41e64f81800210e18ffedb5ed633e362495 (patch) | |
tree | 4236af6cfc4216603441e0d2790af66691db31bc | |
parent | 3353beaa3f95112e24afd5155933d13cf27ab516 (diff) | |
download | perl-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
-rw-r--r-- | ext/Data/Dumper/Dumper.pm | 2 | ||||
-rw-r--r-- | lib/CGI/Fast.pm | 2 | ||||
-rw-r--r-- | lib/CGI/Util.pm | 2 | ||||
-rw-r--r-- | lib/File/Temp.pm | 2 | ||||
-rw-r--r-- | lib/Locale/Country.pm | 2 | ||||
-rw-r--r-- | lib/Locale/Currency.pm | 2 | ||||
-rw-r--r-- | lib/Locale/Language.pm | 2 | ||||
-rw-r--r-- | lib/Locale/Script.pm | 2 | ||||
-rw-r--r-- | lib/Switch.pm | 2 | ||||
-rw-r--r-- | lib/Test/Harness/Straps.pm | 2 | ||||
-rw-r--r-- | lib/Text/Wrap.pm | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/ext/Data/Dumper/Dumper.pm b/ext/Data/Dumper/Dumper.pm index c00b218f2a..9d11c64ba4 100644 --- a/ext/Data/Dumper/Dumper.pm +++ b/ext/Data/Dumper/Dumper.pm @@ -9,7 +9,7 @@ package Data::Dumper; -$VERSION = '2.12'; +$VERSION = '2.121'; #$| = 1; diff --git a/lib/CGI/Fast.pm b/lib/CGI/Fast.pm index 669b38e010..62e8e662f6 100644 --- a/lib/CGI/Fast.pm +++ b/lib/CGI/Fast.pm @@ -16,7 +16,7 @@ package CGI::Fast; # The most recent version and complete docs are available at: # http://www.genome.wi.mit.edu/ftp/pub/software/WWW/cgi_docs.html # ftp://ftp-genome.wi.mit.edu/pub/software/WWW/ -$CGI::Fast::VERSION='1.04'; +$CGI::Fast::VERSION='1.041'; use CGI; use FCGI; diff --git a/lib/CGI/Util.pm b/lib/CGI/Util.pm index 60eeb186fe..6c5d543c97 100644 --- a/lib/CGI/Util.pm +++ b/lib/CGI/Util.pm @@ -6,7 +6,7 @@ require Exporter; @ISA = qw(Exporter); @EXPORT_OK = qw(rearrange make_attributes unescape escape expires); -$VERSION = '1.3'; +$VERSION = '1.31'; $EBCDIC = "\t" ne "\011"; if ($EBCDIC) { diff --git a/lib/File/Temp.pm b/lib/File/Temp.pm index 00c0309541..dae9c75f4b 100644 --- a/lib/File/Temp.pm +++ b/lib/File/Temp.pm @@ -167,7 +167,7 @@ Exporter::export_tags('POSIX','mktemp'); # Version number -$VERSION = '0.13'; +$VERSION = '0.131'; # This is a list of characters that can be used in random filenames 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 ¤cy2code &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 diff --git a/lib/Switch.pm b/lib/Switch.pm index b6645a636c..e84c0d0efa 100644 --- a/lib/Switch.pm +++ b/lib/Switch.pm @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); use Carp; -$VERSION = '2.09'; +$VERSION = '2.091'; # LOAD FILTERING MODULE... diff --git a/lib/Test/Harness/Straps.pm b/lib/Test/Harness/Straps.pm index dc3e4b644a..294dafa8f0 100644 --- a/lib/Test/Harness/Straps.pm +++ b/lib/Test/Harness/Straps.pm @@ -6,7 +6,7 @@ package Test::Harness::Straps; use strict; use vars qw($VERSION); use Config; -$VERSION = '0.14'; +$VERSION = '0.141'; use Test::Harness::Assert; use Test::Harness::Iterator; diff --git a/lib/Text/Wrap.pm b/lib/Text/Wrap.pm index 2327666038..c2c32257d6 100644 --- a/lib/Text/Wrap.pm +++ b/lib/Text/Wrap.pm @@ -6,7 +6,7 @@ require Exporter; @EXPORT = qw(wrap fill); @EXPORT_OK = qw($columns $break $huge); -$VERSION = 2001.0929; +$VERSION = 2001.09291; use vars qw($VERSION $columns $debug $break $huge $unexpand $tabstop $separator); |