In perl.git, the branch smoke-me/arc/postderef-acceptance has been created
<http://perl5.git.perl.org/perl.git/commitdiff/6f924d503f242a4629c0f409e379dd82594f5e9f?hp=0000000000000000000000000000000000000000>
at 6f924d503f242a4629c0f409e379dd82594f5e9f (commit)
- Log -----------------------------------------------------------------
commit 6f924d503f242a4629c0f409e379dd82594f5e9f
Author: Aaron Crane <[email protected]>
Date: Thu Jun 11 13:26:53 2015 +0100
The postderef feature is no longer experimental
As proposed by RJBS.
The "5.24" feature bundle (and therefore C<< use v5.24 >>) now enable
postderef and postderef_qq.
I can't find any precedent for what to do with the relevant experimental::*
warnings category when an experimental feature graduates to acceptance. I
have elected to leave the category in place, so that code doing C<< no
warnings "experimental::postderef" >> will continue to work. This means that
C<< use warnings "experimental::postderef" >> is also accepted, but has no
effect.
-----------------------------------------------------------------------
--
Perl5 Master Repository