In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/01582e5ce2e8b00ce08a55eb4a588e811e479912?hp=b9d083a66375d18db96ef765c80ee1bd5dc41c87>
- Log ----------------------------------------------------------------- commit 01582e5ce2e8b00ce08a55eb4a588e811e479912 Author: Ricardo Signes <[email protected]> Date: Wed Oct 9 09:35:23 2013 -0400 perlexperiment: link to postderef ticket ----------------------------------------------------------------------- Summary of changes: pod/perlexperiment.pod | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod index 2a5a05e..50b1a2a 100644 --- a/pod/perlexperiment.pod +++ b/pod/perlexperiment.pod @@ -91,6 +91,16 @@ C<experimental::regex_sets>. Introduced in Perl 5.18 +=item Postfix dereference syntax + +Introduced in Perl 5.20.0 + +Using this feature triggers warnings in the category +C<experimental::postderef>. + +The ticket for this feature is +L<[perl #120162]|https://rt.perl.org:443/rt3/Ticket/Display.html?id=120162>. + =item The <:win32> IO pseudolayer The ticket for this feature is -- Perl5 Master Repository
