bump IO::Socket version
authorTony Cook <tony@develop-help.com>
Fri, 22 Jun 2012 10:57:09 +0000 (20:57 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 2 Jul 2012 08:46:45 +0000 (18:46 +1000)
dist/IO/lib/IO/Socket.pm

index b5fc448..8873fbf 100644 (file)
@@ -24,7 +24,7 @@ require IO::Socket::UNIX if ($^O ne 'epoc' && $^O ne 'symbian');
 
 @ISA = qw(IO::Handle);
 
-$VERSION = "1.34";
+$VERSION = "1.35";
 
 @EXPORT_OK = qw(sockatmark);