In perl.git, the branch smoke-me/arc/postderef-acceptance has been created
<http://perl5.git.perl.org/perl.git/commitdiff/f01931375495e044ddf6660ce5aa5d4f4ef3d801?hp=0000000000000000000000000000000000000000>
at f01931375495e044ddf6660ce5aa5d4f4ef3d801 (commit)
- Log -----------------------------------------------------------------
commit f01931375495e044ddf6660ce5aa5d4f4ef3d801
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