diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-04-04 13:07:50 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-04-04 13:07:50 +0000 |
commit | 20a6717b3f0310570b661870c2455994a4ab8016 (patch) | |
tree | 2f0e9ebd35b9109c447b67bbc60c87f0c168ea4a /ext/IO | |
parent | b6d5fef8cdb4285e43c5a333b488b349d2c28bd9 (diff) | |
download | perl-20a6717b3f0310570b661870c2455994a4ab8016.tar.gz |
Bump version numbers for modules that have changed since 5.8.3
p4raw-id: //depot/perl@22642
Diffstat (limited to 'ext/IO')
-rw-r--r-- | ext/IO/lib/IO/Handle.pm | 2 | ||||
-rw-r--r-- | ext/IO/lib/IO/Pipe.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/IO/lib/IO/Handle.pm b/ext/IO/lib/IO/Handle.pm index 0c65de6007..4bb8ddf5b5 100644 --- a/ext/IO/lib/IO/Handle.pm +++ b/ext/IO/lib/IO/Handle.pm @@ -262,7 +262,7 @@ use IO (); # Load the XS module require Exporter; @ISA = qw(Exporter); -$VERSION = "1.23"; +$VERSION = "1.24"; $VERSION = eval $VERSION; @EXPORT_OK = qw( diff --git a/ext/IO/lib/IO/Pipe.pm b/ext/IO/lib/IO/Pipe.pm index d368500b44..1d43b6e904 100644 --- a/ext/IO/lib/IO/Pipe.pm +++ b/ext/IO/lib/IO/Pipe.pm @@ -14,7 +14,7 @@ our($VERSION); use Carp; use Symbol; -$VERSION = "1.122"; +$VERSION = "1.123"; sub new { my $type = shift; |