This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Stop ‘sub :lvalue :Foo’ from applying :lvalue to defined subs
authorFather Chrysostomos <sprout@cpan.org>
Tue, 21 Jun 2011 20:33:47 +0000 (13:33 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 21 Jun 2011 20:33:47 +0000 (13:33 -0700)
commitfff96ff7ba60666c4326671f42f6425b50f620f1
tree142d4379fb0ea10b1600ccfe1c10b42f142af2e1
parent307f421781d6c83f78141d5a4fd6d07b4cd3660c
Stop ‘sub :lvalue :Foo’ from applying :lvalue to defined subs

This is something that commit 885ef6f missed.  See ticket #68758 and
the perldelta diff in this commit.

I thought that the prototype-application inconsistencies mention in
<2C7C1BF5-A814-4F5E-B10E-E431B71BA8CA@cpan.org> would get in the way
of this, but I found that the easiest way to fix it actually did not
change any of that.  So those issues can wait till another day.
op.c
pod/perldelta.pod
t/op/sub_lval.t