This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The postderef feature is no longer experimental
authorAaron Crane <arc@cpan.org>
Thu, 11 Jun 2015 12:26:53 +0000 (13:26 +0100)
committerAaron Crane <arc@cpan.org>
Sat, 27 Jun 2015 19:39:54 +0000 (20:39 +0100)
commit2ad792cd4e9684519736fe03fd28a706b71ceda3
tree0e1c101e674ab7b6d9ce906b36f991ea46f07729
parente7b6553ad4b9659368147bbbeb7b10a6e141288b
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.
12 files changed:
feature.h
lib/feature.pm
lib/overload.t
pod/perldelta.pod
pod/perldiag.pod
pod/perlexperiment.pod
pod/perlop.pod
pod/perlref.pod
regen/feature.pl
t/lib/warnings/toke
t/op/postfixderef.t
toke.c