summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-12-01 05:47:01 -0800
committerFather Chrysostomos <sprout@cpan.org>2010-12-01 05:47:01 -0800
commitc6008483e405015834571507162824920238e97b (patch)
tree4a599e7403a9be61685bf92870a4e3dcffefda76
parentad033849823af5102587db394bd0cefc64521e60 (diff)
downloadperl-c6008483e405015834571507162824920238e97b.tar.gz
perldelta up to 6b7c6d959
-rw-r--r--pod/perldelta.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 1541090b66..6bf347ecee 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -4,6 +4,7 @@
This has been completed up to 779bcb7d, except for:
1b9f127-fad448f (Karl Williamson says he will do this)
ad9e76a8629ed1ac483f0a7ed0e4da40ac5a1a00
+d9a4b459f94297889956ac3adc42707365f274c2
=head1 NAME
@@ -304,7 +305,11 @@ XXX Changes (i.e. rewording) of diagnostic messages go here
=item *
-XXX
+The "Found = in conditional" warning that is emitted when a constant is
+assigned to a variable in a condition is now withheld if the constant is
+actually a subroutine or one generated by C<use constant>, since the value
+of the constant may not be known at the time the program is written
+L<[perl #77762]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=77762>.
=back