summaryrefslogtreecommitdiff
path: root/pod/perlexperiment.pod
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-07-08 11:07:29 -0400
committerRicardo Signes <rjbs@cpan.org>2013-07-08 11:07:29 -0400
commite48e70eb25d869b2aaf809e37344a94cdfd5902d (patch)
tree731708a848ca6be927836bb10b942398ee484bca /pod/perlexperiment.pod
parentdc39f285389eacc63e9c377a414a284b2e07984b (diff)
downloadperl-e48e70eb25d869b2aaf809e37344a94cdfd5902d.tar.gz
perlexperiment: linux abstract domains sockets
...now they are upstream-cpan and supported
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r--pod/perlexperiment.pod15
1 files changed, 9 insertions, 6 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod
index 1d1044ee37..def35e0ed1 100644
--- a/pod/perlexperiment.pod
+++ b/pod/perlexperiment.pod
@@ -22,12 +22,6 @@ Introduced in Perl 5.8.0
Deprecated in Perl 5.10.0
-=item Linux abstract Unix domain sockets
-
-Introduced in Perl 5.9.2
-
-See also L<Socket>
-
=item Smart match (C<~~>)
Introduced in Perl 5.10.0
@@ -257,6 +251,15 @@ Accepted in Perl 5.20.0
See also L<perlre>
+=item Linux abstract Unix domain sockets
+
+Introduced in Perl 5.9.2
+
+Accepted before Perl 5.20.0. The Socket library is now primarily maintained
+on CPAN, rather than in the perl core.
+
+See also L<Socket>
+
=item Lvalue subroutines
Introduced in Perl 5.6.0