summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-08-26 11:56:00 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-08-26 11:56:00 +0200
commit61f1d76ce428c9a39370be9d77a2a7f7dbc91779 (patch)
treecfcdb1e1f95e4b2ae37bfb20642c039acd5873b8 /pod
parentd88bc6d424296aecc94fb764fc5633578cf472ae (diff)
downloadperl-61f1d76ce428c9a39370be9d77a2a7f7dbc91779.tar.gz
Note the change to Socket in perldelta.
Diffstat (limited to 'pod')
-rw-r--r--pod/perl5110delta.pod5
1 files changed, 4 insertions, 1 deletions
diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod
index 5baa480d06..7336692aee 100644
--- a/pod/perl5110delta.pod
+++ b/pod/perl5110delta.pod
@@ -837,7 +837,10 @@ Upgraded from 1.11 to 1.17.
=item C<Socket>
-Upgraded from 1.80 to 1.82.
+Upgraded from 1.80 to 1.84.
+
+As of 1.84, C<Socket> can now handle abstract namespace sockets on Linux.
+(see unix(7)).
=item C<Storable>