From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Thu, 14 Aug 2003 13:16:27 +0000 (+0000)
Subject: All the authors of these modules have now been contacted;
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f93bb41e64f81800210e18ffedb5ed633e362495;p=p5sagit%2Fp5-mst-13.2.git

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
---

diff --git a/ext/Data/Dumper/Dumper.pm b/ext/Data/Dumper/Dumper.pm
index c00b218..9d11c64 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 669b38e..62e8e66 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 60eeb18..6c5d543 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 00c0309..dae9c75 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 2563a64..eab7249 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 3424e2c..8a94838 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 627923c..838e7e1 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 c045ffc..d832b6a 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 b6645a6..e84c0d0 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 dc3e4b6..294dafa 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 2327666..c2c3225 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);