perlexperiment: linux abstract domains sockets
authorRicardo Signes <rjbs@cpan.org>
Mon, 8 Jul 2013 15:07:29 +0000 (11:07 -0400)
committerRicardo Signes <rjbs@cpan.org>
Mon, 8 Jul 2013 15:07:29 +0000 (11:07 -0400)
...now they are upstream-cpan and supported

pod/perlexperiment.pod

index 1d1044e..def35e0 100644 (file)
@@ -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