summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/Devel/DProf/DProf.pm5
-rw-r--r--ext/Devel/Peek/Peek.pm3
-rw-r--r--ext/IO/lib/IO/Dir.pm2
-rw-r--r--ext/IO/lib/IO/Handle.pm3
-rw-r--r--ext/IO/lib/IO/Seekable.pm2
-rw-r--r--ext/IO/lib/IO/Socket/UNIX.pm2
-rw-r--r--ext/IPC/SysV/Msg.pm2
-rw-r--r--ext/IPC/SysV/Semaphore.pm2
-rw-r--r--ext/IPC/SysV/SysV.pm2
9 files changed, 10 insertions, 13 deletions
diff --git a/ext/Devel/DProf/DProf.pm b/ext/Devel/DProf/DProf.pm
index 1a22b7579e..247b664caf 100644
--- a/ext/Devel/DProf/DProf.pm
+++ b/ext/Devel/DProf/DProf.pm
@@ -205,9 +205,8 @@ sub DB {
use XSLoader ();
-# Underscore to allow older Perls to access older version from CPAN
-$Devel::DProf::VERSION = '20030801.00_00'; # this version not authorized by
- # Dean Roehrich. See "Changes" file.
+$Devel::DProf::VERSION = '20030813.00'; # this version not authorized by
+ # Dean Roehrich. See "Changes" file.
XSLoader::load 'Devel::DProf', $Devel::DProf::VERSION;
diff --git a/ext/Devel/Peek/Peek.pm b/ext/Devel/Peek/Peek.pm
index 37e01a4644..4bd2dd9aaa 100644
--- a/ext/Devel/Peek/Peek.pm
+++ b/ext/Devel/Peek/Peek.pm
@@ -3,8 +3,7 @@
package Devel::Peek;
-# Underscore to allow older Perls to access older version from CPAN
-$VERSION = '1.00_03';
+$VERSION = '1.01';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
diff --git a/ext/IO/lib/IO/Dir.pm b/ext/IO/lib/IO/Dir.pm
index ccae4f0076..de736ccd6a 100644
--- a/ext/IO/lib/IO/Dir.pm
+++ b/ext/IO/lib/IO/Dir.pm
@@ -19,7 +19,7 @@ use File::stat;
use File::Spec;
@ISA = qw(Tie::Hash Exporter);
-$VERSION = "1.03_00";
+$VERSION = "1.04";
$VERSION = eval $VERSION;
@EXPORT_OK = qw(DIR_UNLINK);
diff --git a/ext/IO/lib/IO/Handle.pm b/ext/IO/lib/IO/Handle.pm
index 465ea6ce55..50d391f820 100644
--- a/ext/IO/lib/IO/Handle.pm
+++ b/ext/IO/lib/IO/Handle.pm
@@ -1,4 +1,3 @@
-
package IO::Handle;
=head1 NAME
@@ -263,7 +262,7 @@ use IO (); # Load the XS module
require Exporter;
@ISA = qw(Exporter);
-$VERSION = "1.22_00";
+$VERSION = "1.23";
$VERSION = eval $VERSION;
@EXPORT_OK = qw(
diff --git a/ext/IO/lib/IO/Seekable.pm b/ext/IO/lib/IO/Seekable.pm
index 2ddee4d53c..240b288e83 100644
--- a/ext/IO/lib/IO/Seekable.pm
+++ b/ext/IO/lib/IO/Seekable.pm
@@ -107,7 +107,7 @@ require Exporter;
@EXPORT = qw(SEEK_SET SEEK_CUR SEEK_END);
@ISA = qw(Exporter);
-$VERSION = "1.08_00";
+$VERSION = "1.09";
$VERSION = eval $VERSION;
sub seek {
diff --git a/ext/IO/lib/IO/Socket/UNIX.pm b/ext/IO/lib/IO/Socket/UNIX.pm
index bbc2a448c7..6d0e95a78d 100644
--- a/ext/IO/lib/IO/Socket/UNIX.pm
+++ b/ext/IO/lib/IO/Socket/UNIX.pm
@@ -13,7 +13,7 @@ use Socket;
use Carp;
@ISA = qw(IO::Socket);
-$VERSION = "1.20_00";
+$VERSION = "1.21";
$VERSION = eval $VERSION;
IO::Socket::UNIX->register_domain( AF_UNIX );
diff --git a/ext/IPC/SysV/Msg.pm b/ext/IPC/SysV/Msg.pm
index 88d7b34f08..fadd38f94d 100644
--- a/ext/IPC/SysV/Msg.pm
+++ b/ext/IPC/SysV/Msg.pm
@@ -11,7 +11,7 @@ use strict;
use vars qw($VERSION);
use Carp;
-$VERSION = "1.01_00";
+$VERSION = "1.02";
$VERSION = eval $VERSION;
{
diff --git a/ext/IPC/SysV/Semaphore.pm b/ext/IPC/SysV/Semaphore.pm
index b17664fae3..94ccf91728 100644
--- a/ext/IPC/SysV/Semaphore.pm
+++ b/ext/IPC/SysV/Semaphore.pm
@@ -12,7 +12,7 @@ use strict;
use vars qw($VERSION);
use Carp;
-$VERSION = "1.01_00";
+$VERSION = "1.02";
$VERSION = eval $VERSION;
{
diff --git a/ext/IPC/SysV/SysV.pm b/ext/IPC/SysV/SysV.pm
index d4c51af497..7645ced9f1 100644
--- a/ext/IPC/SysV/SysV.pm
+++ b/ext/IPC/SysV/SysV.pm
@@ -14,7 +14,7 @@ use Config;
require Exporter;
@ISA = qw(Exporter);
-$VERSION = "1.03_00";
+$VERSION = "1.04";
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;