From: Rafael Garcia-Suarez Date: Tue, 12 Jan 2010 06:56:28 +0000 (+0100) Subject: Document new lvalue warning in perldelta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98adedefdf4028de094b5942453af485f2b9d5e8;p=p5sagit%2Fp5-mst-13.2.git Document new lvalue warning in perldelta --- diff --git a/pod/perl5114delta.pod b/pod/perl5114delta.pod index d90c638..099f21d 100644 --- a/pod/perl5114delta.pod +++ b/pod/perl5114delta.pod @@ -157,6 +157,11 @@ to suppress only those, but not other syntax-related warnings. Warnings where prototypes are changed, ignored, or not met are still in the C category as before. (Matt S. Trout) +=item lvalue attribute ignored after the subroutine has been defined + +This new warning is issued when one attempts to mark a subroutine as +lvalue after it has been defined. + =back =head1 Changed Internals