From 98adedefdf4028de094b5942453af485f2b9d5e8 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 12 Jan 2010 07:56:28 +0100 Subject: [PATCH] Document new lvalue warning in perldelta --- pod/perl5114delta.pod | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.7.4