summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/DB_File/DB_File.pm2
-rw-r--r--ext/Devel/PPPort/PPPort.pm2
-rw-r--r--ext/Socket/Socket.pm2
-rw-r--r--ext/Storable/Storable.pm2
-rw-r--r--ext/Time/HiRes/HiRes.pm2
-rw-r--r--lib/CGI/Cookie.pm2
-rw-r--r--lib/ExtUtils/MakeMaker.pm2
-rw-r--r--lib/Memoize.pm2
-rw-r--r--lib/Shell.pm2
-rw-r--r--lib/perl5db.pl2
10 files changed, 10 insertions, 10 deletions
diff --git a/ext/DB_File/DB_File.pm b/ext/DB_File/DB_File.pm
index a3cd082df6..a965e82d41 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 e97311bd71..48f08a822e 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 07ec8ec63f..f312c3fdba 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 8ec8e1e58b..81034b7353 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 50f42f256a..c958e84bc9 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 33de5cc255..a12a11334d 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 c723715893..47954acea6 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 3db1c7d217..cf8454227c 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 83cc0047db..a89db69288 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 911671c348..15701b5a4b 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