From 97b11a4791ec0e8fc4d06eacad1050c1ccfa6a74 Mon Sep 17 00:00:00 2001 From: Dave Mitchell Date: Sat, 28 Feb 2004 23:29:10 +0000 Subject: [PATCH] Bump version numbers of moules affected by change #22258 (removing /tmp and other insecurities) p4raw-link: @22258 on //depot/perl: 2359510ddb135dcc6e80153f51cff0a97b20b597 p4raw-id: //depot/perl@22409 --- ext/DB_File/DB_File.pm | 2 +- ext/Devel/PPPort/PPPort.pm | 2 +- ext/Socket/Socket.pm | 2 +- ext/Storable/Storable.pm | 2 +- ext/Time/HiRes/HiRes.pm | 2 +- lib/CGI/Cookie.pm | 2 +- lib/ExtUtils/MakeMaker.pm | 2 +- lib/Memoize.pm | 2 +- lib/Shell.pm | 2 +- lib/perl5db.pl | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ext/DB_File/DB_File.pm b/ext/DB_File/DB_File.pm index a3cd082..a965e82 100644 --- a/ext/DB_File/DB_File.pm +++ b/ext/DB_File/DB_File.pm @@ -165,7 +165,7 @@ our ($db_version, $use_XSLoader, $splice_end_array); use Carp; -$VERSION = "1.808" ; +$VERSION = "1.808_01" ; { local $SIG{__WARN__} = sub {$splice_end_array = "@_";}; diff --git a/ext/Devel/PPPort/PPPort.pm b/ext/Devel/PPPort/PPPort.pm index e97311b..48f08a8 100644 --- a/ext/Devel/PPPort/PPPort.pm +++ b/ext/Devel/PPPort/PPPort.pm @@ -161,7 +161,7 @@ require DynaLoader; use strict; use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK $data ); -$VERSION = "2.011"; +$VERSION = "2.011_01"; @ISA = qw(Exporter DynaLoader); @EXPORT = qw(); diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm index 07ec8ec..f312c3f 100644 --- a/ext/Socket/Socket.pm +++ b/ext/Socket/Socket.pm @@ -1,7 +1,7 @@ package Socket; our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); -$VERSION = "1.76"; +$VERSION = "1.76_01"; =head1 NAME diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index 8ec8e1e..81034b7 100644 --- a/ext/Storable/Storable.pm +++ b/ext/Storable/Storable.pm @@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter DynaLoader); use AutoLoader; use vars qw($canonical $forgive_me $VERSION); -$VERSION = '2.10'; +$VERSION = '2.10_01'; *AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr... # diff --git a/ext/Time/HiRes/HiRes.pm b/ext/Time/HiRes/HiRes.pm index 50f42f2..c958e84 100644 --- a/ext/Time/HiRes/HiRes.pm +++ b/ext/Time/HiRes/HiRes.pm @@ -15,7 +15,7 @@ require DynaLoader; d_usleep d_ualarm d_gettimeofday d_getitimer d_setitimer d_nanosleep); -$VERSION = '1.55'; +$VERSION = '1.55_01'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff --git a/lib/CGI/Cookie.pm b/lib/CGI/Cookie.pm index 33de5cc..a12a113 100644 --- a/lib/CGI/Cookie.pm +++ b/lib/CGI/Cookie.pm @@ -13,7 +13,7 @@ package CGI::Cookie; # wish, but if you redistribute a modified version, please attach a note # listing the modifications you have made. -$CGI::Cookie::VERSION='1.24'; +$CGI::Cookie::VERSION='1.24_01'; use CGI::Util qw(rearrange unescape escape); use overload '""' => \&as_string, diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm index c723715..47954ac 100644 --- a/lib/ExtUtils/MakeMaker.pm +++ b/lib/ExtUtils/MakeMaker.pm @@ -2,7 +2,7 @@ package ExtUtils::MakeMaker; BEGIN {require 5.005_03;} -$VERSION = '6.21_01'; +$VERSION = '6.21_02'; ($Revision) = q$Revision: 1.145 $ =~ /Revision:\s+(\S+)/; require Exporter; diff --git a/lib/Memoize.pm b/lib/Memoize.pm index 3db1c7d..cf84542 100644 --- a/lib/Memoize.pm +++ b/lib/Memoize.pm @@ -11,7 +11,7 @@ # Version 1.01 $Revision: 1.18 $ $Date: 2001/06/24 17:16:47 $ package Memoize; -$VERSION = '1.01'; +$VERSION = '1.01_01'; # Compile-time constants sub SCALAR () { 0 } diff --git a/lib/Shell.pm b/lib/Shell.pm index 83cc004..a89db69 100644 --- a/lib/Shell.pm +++ b/lib/Shell.pm @@ -6,7 +6,7 @@ use File::Spec::Functions; our($capture_stderr, $VERSION, $AUTOLOAD); -$VERSION = '0.5.1'; +$VERSION = '0.5.2'; sub new { bless \my $foo, shift } sub DESTROY { } diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 911671c..15701b5 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -3,7 +3,7 @@ package DB; use IO::Handle; # Debugger for Perl 5.00x; perl5db.pl patch level: -$VERSION = 1.21; +$VERSION = 1.21_01; $header = "perl5db.pl version $VERSION"; # It is crucial that there is no lexicals in scope of `eval ""' down below -- 2.7.4