diff options
author | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 21:51:20 +0100 |
---|---|---|
committer | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 21:51:20 +0100 |
commit | 2792c8bf6cba050470eb34c52f7580c8fabc9122 (patch) | |
tree | 4a0d38eb2ede4e7197d32e56d94bb922784b1610 /dist/IO | |
parent | 38966ae248e43a3b59b512a23d554a652bb84fb1 (diff) | |
download | perl-2792c8bf6cba050470eb34c52f7580c8fabc9122.tar.gz |
version bump for IO::Socket and add change to delta
Diffstat (limited to 'dist/IO')
-rw-r--r-- | dist/IO/lib/IO/Socket.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/IO/lib/IO/Socket.pm b/dist/IO/lib/IO/Socket.pm index 6d4f6ab612..31fa18f95d 100644 --- a/dist/IO/lib/IO/Socket.pm +++ b/dist/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.31"; +$VERSION = "1.32"; @EXPORT_OK = qw(sockatmark); |