diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-08-26 11:56:00 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-08-26 11:56:00 +0200 |
commit | 61f1d76ce428c9a39370be9d77a2a7f7dbc91779 (patch) | |
tree | cfcdb1e1f95e4b2ae37bfb20642c039acd5873b8 /pod | |
parent | d88bc6d424296aecc94fb764fc5633578cf472ae (diff) | |
download | perl-61f1d76ce428c9a39370be9d77a2a7f7dbc91779.tar.gz |
Note the change to Socket in perldelta.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl5110delta.pod | 5 |
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> |