summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt S Trout <mst@shadowcat.co.uk>2010-06-21 21:51:20 +0100
committerMatt S Trout <mst@shadowcat.co.uk>2010-06-21 21:51:20 +0100
commit2792c8bf6cba050470eb34c52f7580c8fabc9122 (patch)
tree4a0d38eb2ede4e7197d32e56d94bb922784b1610
parent38966ae248e43a3b59b512a23d554a652bb84fb1 (diff)
downloadperl-2792c8bf6cba050470eb34c52f7580c8fabc9122.tar.gz
version bump for IO::Socket and add change to delta
-rw-r--r--dist/IO/lib/IO/Socket.pm2
-rw-r--r--pod/perl5132delta.pod4
2 files changed, 5 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);
diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod
index afd6e2f8d8..26f6c22da0 100644
--- a/pod/perl5132delta.pod
+++ b/pod/perl5132delta.pod
@@ -124,6 +124,10 @@ warnings from undefined hash values (RT #74280).
The 'no 5.13.2' or similar form is now correctly handled by B::Deparse.
+=head3 IO::Socket doc additions
+
+getsockopt and setsockopt are now documented.
+
=head1 Changes to Existing Documentation
=head2 Replace wrong tr/// table in perlebcdic.pod