This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update perlexperiment for removal of lexical topic and autoderef
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Mon, 9 Nov 2015 16:51:47 +0000 (16:51 +0000)
committerAaron Crane <arc@cpan.org>
Tue, 10 Nov 2015 01:15:25 +0000 (01:15 +0000)
pod/perlexperiment.pod

index f670147..40bf161 100644 (file)
@@ -37,16 +37,6 @@ C<experimental::smartmatch>.
 The ticket for this feature is
 L<[perl #119317]|https://rt.perl.org/rt3/Ticket/Display.html?id=119317>.
 
-=item Lexical C<$_>
-
-Introduced in Perl 5.10.0
-
-Using this feature triggers warnings in the category
-C<experimental::lexical_topic>.
-
-The ticket for this feature is
-L<[perl #119315]|https://rt.perl.org/rt3/Ticket/Display.html?id=119315>.
-
 =item Pluggable keywords
 
 The ticket for this feature is
@@ -56,13 +46,6 @@ See L<perlapi/PL_keyword_plugin> for the mechanism.
 
 Introduced in: Perl 5.11.2
 
-=item Array and hash container functions accept references
-
-Introduced in Perl 5.14.0
-
-The ticket for this feature is
-L<[perl #119437]|https://rt.perl.org/rt3/Ticket/Display.html?id=119437>.
-
 =item Lexical subroutines
 
 Introduced in: Perl 5.18
@@ -320,6 +303,20 @@ Introduced in: 5.11.2
 
 Removed in: 5.11.3
 
+=item Lexical C<$_>
+
+Introduced in Perl 5.10.0
+
+Removed in Perl 5.24.0
+
+=item Array and hash container functions accept references
+
+Superseded by L</Postfix dereference syntax>.
+
+Introduced in Perl 5.14.0
+
+Removed in Perl 5.24.0
+
 =back
 
 =head1 SEE ALSO