This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make postfix dereferencing work without the postderef feature
authorAaron Crane <arc@cpan.org>
Mon, 13 Jul 2015 11:58:51 +0000 (12:58 +0100)
committerAaron Crane <arc@cpan.org>
Mon, 13 Jul 2015 12:42:01 +0000 (13:42 +0100)
commit1c2511e0acc5a19f9f52fb2be58a4e2750213e6f
tree0ddb6e3d668f6fae267867032bcea8fc9d51516e
parent41349288283615495b6de1523783d60c9fd7310b
Make postfix dereferencing work without the postderef feature

The feature still exists, for compatibility with code that tries to enable
it, but it has no effect. The postderef_qq feature still exists, however.
feature.h
lib/feature.pm
pod/perldelta.pod
pod/perlref.pod
regen/feature.pl
t/lib/warnings/toke
t/op/postfixderef.t
toke.c