From 3707930867f717d57fcf64228b8b1fe57e88716a Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 10 Dec 2010 16:17:09 -0800 Subject: [PATCH] perldelta for [perl #72090] --- pod/perldelta.pod | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 675446e..006aad8 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -606,6 +606,14 @@ C can now be used with attributes. It used to mean the same thing as C if attributes were present L<[perl #68658]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=68658>. +=item * + +Expressions like C<< @$a > 3 >> no longer cause C<$a> to be mentioned in +the "Use of uninitialized value in numeric gt" warning when C<$a> is +undefined (since it is not part of the C> expression, but the operand +of the C<@>) +L<[perl #72090]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=72090>. + =back =head1 Known Problems -- 2.7.4