summaryrefslogtreecommitdiff
path: root/dist/IO
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-09-17 22:59:02 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-09-17 22:59:02 +0100
commit0a40c61209c303bf4b8786b89147ddb694f505f3 (patch)
tree67c30c48b249ee4469c4dc3062cbbb5066a45c32 /dist/IO
parent11100026ef1cc4e085a3ff437b696d59417e0a99 (diff)
downloadperl-0a40c61209c303bf4b8786b89147ddb694f505f3.tar.gz
Use non-dev version number in IO::Socket
There was no need for 80d2c56d79 to use a dev number. The IO distribution's modules all have differing version numbers, mostly all well ahead of the last CPAN release (UPSTREAM is 'blead' anyway), and no others are dev numbers.
Diffstat (limited to 'dist/IO')
-rw-r--r--dist/IO/lib/IO/Socket.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/IO/lib/IO/Socket.pm b/dist/IO/lib/IO/Socket.pm
index 9b0f34d284..9138a61475 100644
--- a/dist/IO/lib/IO/Socket.pm
+++ b/dist/IO/lib/IO/Socket.pm
@@ -24,7 +24,7 @@ require IO::Socket::UNIX if ($^O ne 'epoc' && $^O ne 'symbian');
@ISA = qw(IO::Handle);
-$VERSION = "1.36_01";
+$VERSION = "1.37";
@EXPORT_OK = qw(sockatmark);