In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/aec1aee98641bc6f9ad658677f98ce6915bd139a?hp=a74a9a49e542832922f217362cd5de93fee73335>

- Log -----------------------------------------------------------------
commit aec1aee98641bc6f9ad658677f98ce6915bd139a
Author: Aaron Crane <a...@cpan.org>
Date:   Tue Nov 10 01:22:13 2015 +0000

    perlexperiment.pod: use consistent style for Perl versions

M       pod/perlexperiment.pod

commit 74a78c10ff680726529ea47ef3985380a8ea3a34
Author: Aaron Crane <a...@cpan.org>
Date:   Tue Nov 10 01:16:28 2015 +0000

    Mention warning categories for removed experimental features
    
    This seems likely to be helpful for future code archæologists.
    
    The string "autoderef" string didn't previously appear in 
perlexperiment.pod;
    that looks like an oversight.

M       pod/perlexperiment.pod

commit f8b823eb3fcf47a9bb7182f578b3a7dcfb459f2d
Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org>
Date:   Mon Nov 9 16:51:47 2015 +0000

    Update perlexperiment for removal of lexical topic and autoderef

M       pod/perlexperiment.pod
-----------------------------------------------------------------------

Summary of changes:
 pod/perlexperiment.pod | 51 ++++++++++++++++++++++++++------------------------
 1 file changed, 27 insertions(+), 24 deletions(-)

diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod
index f670147..a3052df 100644
--- a/pod/perlexperiment.pod
+++ b/pod/perlexperiment.pod
@@ -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
@@ -54,18 +44,11 @@ L<[perl 
#119455]|https://rt.perl.org/rt3/Ticket/Display.html?id=119455>.
 
 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>.
+Introduced in Perl 5.11.2
 
 =item Lexical subroutines
 
-Introduced in: Perl 5.18
+Introduced in Perl 5.18
 
 See also: L<perlsub/Lexical Subroutines>
 
@@ -77,7 +60,7 @@ L<[perl 
#120085]|https://rt.perl.org/rt3/Ticket/Display.html?id=120085>.
 
 =item Regular Expression Set Operations
 
-Introduced in: Perl 5.18
+Introduced in Perl 5.18
 
 The ticket for this feature is
 L<[perl #119451]|https://rt.perl.org/rt3/Ticket/Display.html?id=119451>.
@@ -132,7 +115,7 @@ See L<re/'strict' mode>
 
 =item String- and number-specific bitwise operators
 
-Introduced in: Perl 5.22.0
+Introduced in Perl 5.22.0
 
 See also: L<perlop/Bitwise String Operators>
 
@@ -246,7 +229,7 @@ See also L<perlsub>
 
 C<(*ACCEPT)>
 
-Introduced in: Perl 5.10
+Introduced in Perl 5.10
 
 Accepted in Perl 5.20.0
 
@@ -316,9 +299,29 @@ Moved from Perl 5.10.1 to CPAN
 
 The experimental C<legacy> pragma was swallowed by the C<feature> pragma.
 
-Introduced in: 5.11.2
+Introduced in Perl 5.11.2
+
+Removed in Perl 5.11.3
+
+=item Lexical C<$_>
+
+Using this feature triggered warnings in the category
+C<experimental::lexical_topic>.
+
+Introduced in Perl 5.10.0
+
+Removed in Perl 5.24.0
+
+=item Array and hash container functions accept references
+
+Using this feature triggered warnings in the category
+C<experimental::autoderef>.
+
+Superseded by L</Postfix dereference syntax>.
+
+Introduced in Perl 5.14.0
 
-Removed in: 5.11.3
+Removed in Perl 5.24.0
 
 =back
 

--
Perl5 Master Repository

Reply via email to