summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-01-20 14:03:12 -0500
committerJesse Vincent <jesse@bestpractical.com>2011-01-20 14:03:12 -0500
commitdeec43aed1b60466cf0e70f1b5e1a535367618d3 (patch)
treeb58acdeb7fa27c24488effab2a8d96527ae0687b /ext
parente45736a5642134a60c82de60b4bbab0f7311af90 (diff)
downloadperl-deec43aed1b60466cf0e70f1b5e1a535367618d3.tar.gz
Version bumps for Socket non-dual-life modules identified by
./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8
Diffstat (limited to 'ext')
-rw-r--r--ext/Socket/Socket.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm
index c747e4b722..c35509e0ca 100644
--- a/ext/Socket/Socket.pm
+++ b/ext/Socket/Socket.pm
@@ -3,7 +3,7 @@ package Socket;
use strict;
our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.92";
+$VERSION = "1.93";
=head1 NAME