diff options
author | Graham Barr <gbarr@pobox.com> | 2009-05-13 19:40:49 -0500 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-06-13 15:33:46 +0200 |
commit | 7475ca45e9b012ecdbb210a4c83732a8bee17c9c (patch) | |
tree | b152a2580de5c546f80246368bbf0d319f9cbce0 /ext/IO/lib | |
parent | 8861d6254fe66ac0cd3818811c381ab5d3d94c25 (diff) | |
download | perl-7475ca45e9b012ecdbb210a4c83732a8bee17c9c.tar.gz |
Update to IO-1.25 from CPAN
Diffstat (limited to 'ext/IO/lib')
-rw-r--r-- | ext/IO/lib/IO/Dir.pm | 2 | ||||
-rw-r--r-- | ext/IO/lib/IO/Handle.pm | 2 | ||||
-rw-r--r-- | ext/IO/lib/IO/Socket.pm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/IO/lib/IO/Dir.pm b/ext/IO/lib/IO/Dir.pm index 4948142f34..cce392c2ce 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.06_01"; +$VERSION = "1.07"; $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 989c98a166..2f1f1b423b 100644 --- a/ext/IO/lib/IO/Handle.pm +++ b/ext/IO/lib/IO/Handle.pm @@ -268,7 +268,7 @@ use IO (); # Load the XS module require Exporter; @ISA = qw(Exporter); -$VERSION = "1.27_02"; +$VERSION = "1.28"; $VERSION = eval $VERSION; @EXPORT_OK = qw( diff --git a/ext/IO/lib/IO/Socket.pm b/ext/IO/lib/IO/Socket.pm index f1fcddedaf..2ef05a72fa 100644 --- a/ext/IO/lib/IO/Socket.pm +++ b/ext/IO/lib/IO/Socket.pm @@ -23,7 +23,7 @@ require IO::Socket::UNIX if ($^O ne 'epoc' && $^O ne 'symbian'); @ISA = qw(IO::Handle); -$VERSION = "1.30_01"; +$VERSION = "1.31"; @EXPORT_OK = qw(sockatmark); |