diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:03:12 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:03:12 -0500 |
commit | deec43aed1b60466cf0e70f1b5e1a535367618d3 (patch) | |
tree | b58acdeb7fa27c24488effab2a8d96527ae0687b /ext | |
parent | e45736a5642134a60c82de60b4bbab0f7311af90 (diff) | |
download | perl-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.pm | 2 |
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 |