Change 20699 by [EMAIL PROTECTED] on 2003/08/14 13:16:27

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

Affected files ...

... //depot/perl/ext/Data/Dumper/Dumper.pm#31 edit
... //depot/perl/lib/CGI/Fast.pm#12 edit
... //depot/perl/lib/CGI/Util.pm#9 edit
... //depot/perl/lib/File/Temp.pm#26 edit
... //depot/perl/lib/Locale/Country.pm#11 edit
... //depot/perl/lib/Locale/Currency.pm#7 edit
... //depot/perl/lib/Locale/Language.pm#12 edit
... //depot/perl/lib/Locale/Script.pm#5 edit
... //depot/perl/lib/Switch.pm#13 edit
... //depot/perl/lib/Test/Harness/Straps.pm#17 edit
... //depot/perl/lib/Text/Wrap.pm#19 edit

Differences ...

==== //depot/perl/ext/Data/Dumper/Dumper.pm#31 (text) ====
Index: perl/ext/Data/Dumper/Dumper.pm
--- perl/ext/Data/Dumper/Dumper.pm#30~19854~    Wed Jun 25 22:32:02 2003
+++ perl/ext/Data/Dumper/Dumper.pm      Thu Aug 14 06:16:27 2003
@@ -9,7 +9,7 @@
 
 package Data::Dumper;
 
-$VERSION = '2.12';
+$VERSION = '2.121';
 
 #$| = 1;
 

==== //depot/perl/lib/CGI/Fast.pm#12 (text) ====
Index: perl/lib/CGI/Fast.pm
--- perl/lib/CGI/Fast.pm#11~19664~      Mon Jun  2 09:41:37 2003
+++ perl/lib/CGI/Fast.pm        Thu Aug 14 06:16:27 2003
@@ -16,7 +16,7 @@
 # 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;

==== //depot/perl/lib/CGI/Util.pm#9 (text) ====
Index: perl/lib/CGI/Util.pm
--- perl/lib/CGI/Util.pm#8~19664~       Mon Jun  2 09:41:37 2003
+++ perl/lib/CGI/Util.pm        Thu Aug 14 06:16:27 2003
@@ -6,7 +6,7 @@
 @ISA = qw(Exporter);
 @EXPORT_OK = qw(rearrange make_attributes unescape escape expires);
 
-$VERSION = '1.3';
+$VERSION = '1.31';
 
 $EBCDIC = "\t" ne "\011";
 if ($EBCDIC) {

==== //depot/perl/lib/File/Temp.pm#26 (text) ====
Index: perl/lib/File/Temp.pm
--- perl/lib/File/Temp.pm#25~18124~     Thu Nov  7 05:51:39 2002
+++ perl/lib/File/Temp.pm       Thu Aug 14 06:16:27 2003
@@ -167,7 +167,7 @@
 
 # Version number
 
-$VERSION = '0.13';
+$VERSION = '0.131';
 
 # This is a list of characters that can be used in random filenames
 

==== //depot/perl/lib/Locale/Country.pm#11 (text) ====
Index: perl/lib/Locale/Country.pm
--- perl/lib/Locale/Country.pm#10~17908~        Mon Sep 16 14:34:55 2002
+++ perl/lib/Locale/Country.pm  Thu Aug 14 06:16:27 2003
@@ -17,7 +17,7 @@
 #      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

==== //depot/perl/lib/Locale/Currency.pm#7 (text) ====
Index: perl/lib/Locale/Currency.pm
--- perl/lib/Locale/Currency.pm#6~17908~        Mon Sep 16 14:34:55 2002
+++ perl/lib/Locale/Currency.pm Thu Aug 14 06:16:27 2003
@@ -15,7 +15,7 @@
 #      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 );

==== //depot/perl/lib/Locale/Language.pm#12 (text) ====
Index: perl/lib/Locale/Language.pm
--- perl/lib/Locale/Language.pm#11~17927~       Thu Sep 26 02:37:19 2002
+++ perl/lib/Locale/Language.pm Thu Aug 14 06:16:27 2003
@@ -14,7 +14,7 @@
 #      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 );

==== //depot/perl/lib/Locale/Script.pm#5 (text) ====
Index: perl/lib/Locale/Script.pm
--- perl/lib/Locale/Script.pm#4~17908~  Mon Sep 16 14:34:55 2002
+++ perl/lib/Locale/Script.pm   Thu Aug 14 06:16:27 2003
@@ -17,7 +17,7 @@
 #      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

==== //depot/perl/lib/Switch.pm#13 (text) ====
Index: perl/lib/Switch.pm
--- perl/lib/Switch.pm#12~19583~        Wed May 21 12:18:21 2003
+++ perl/lib/Switch.pm  Thu Aug 14 06:16:27 2003
@@ -4,7 +4,7 @@
 use vars qw($VERSION);
 use Carp;
 
-$VERSION = '2.09';
+$VERSION = '2.091';
 
 
 # LOAD FILTERING MODULE...

==== //depot/perl/lib/Test/Harness/Straps.pm#17 (text) ====
Index: perl/lib/Test/Harness/Straps.pm
--- perl/lib/Test/Harness/Straps.pm#16~20238~   Sun Jul 27 12:20:45 2003
+++ perl/lib/Test/Harness/Straps.pm     Thu Aug 14 06:16:27 2003
@@ -6,7 +6,7 @@
 use strict;
 use vars qw($VERSION);
 use Config;
-$VERSION = '0.14';
+$VERSION = '0.141';
 
 use Test::Harness::Assert;
 use Test::Harness::Iterator;

==== //depot/perl/lib/Text/Wrap.pm#19 (text) ====
Index: perl/lib/Text/Wrap.pm
--- perl/lib/Text/Wrap.pm#18~17917~     Thu Sep 26 00:46:43 2002
+++ perl/lib/Text/Wrap.pm       Thu Aug 14 06:16:27 2003
@@ -6,7 +6,7 @@
 @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);
End of Patch.

Reply via email to