summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-01-12 07:56:28 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-01-12 10:43:38 +0100
commit98adedefdf4028de094b5942453af485f2b9d5e8 (patch)
tree2e6de75f5f9e95be255f02a4ca79ff623d225f3c /pod
parentcabbd591480901b0dcc086d0e0f21cb66b436b87 (diff)
downloadperl-98adedefdf4028de094b5942453af485f2b9d5e8.tar.gz
Document new lvalue warning in perldelta
Diffstat (limited to 'pod')
-rw-r--r--pod/perl5114delta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perl5114delta.pod b/pod/perl5114delta.pod
index d90c63873a..099f21dd35 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<prototype>
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