This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ignore a lvalue attribute after the subroutine has been defined, and warn about it...
authorGerard Goossen <gerard@ggoossen.net>
Sun, 27 Dec 2009 16:24:28 +0000 (17:24 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Sun, 10 Jan 2010 22:50:36 +0000 (23:50 +0100)
commit885ef6f56b61fd750ef3b1fa614d11480baac635
tree2e5c91051dfa296a76e61c697e2a57e5669858db
parent3365b4123660b600293d3f9bd5054523f194b5b9
Ignore a lvalue attribute after the subroutine has been defined, and warn about it. Fixes part of [perl #68758].
op.c
pod/perldiag.pod
t/op/attrs.t
t/op/sub_lval.t