diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-02-28 23:29:10 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-02-28 23:29:10 +0000 |
commit | 97b11a4791ec0e8fc4d06eacad1050c1ccfa6a74 (patch) | |
tree | a31bf2bc14e442c8c528a9b165a6aef4ffbac777 /ext | |
parent | 12fbd33b4c244f0a97c39c9f6411b444814dbc56 (diff) | |
download | perl-97b11a4791ec0e8fc4d06eacad1050c1ccfa6a74.tar.gz |
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
Diffstat (limited to 'ext')
-rw-r--r-- | ext/DB_File/DB_File.pm | 2 | ||||
-rw-r--r-- | ext/Devel/PPPort/PPPort.pm | 2 | ||||
-rw-r--r-- | ext/Socket/Socket.pm | 2 | ||||
-rw-r--r-- | ext/Storable/Storable.pm | 2 | ||||
-rw-r--r-- | ext/Time/HiRes/HiRes.pm | 2 |
5 files changed, 5 insertions, 5 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; |