perldelta for var names in @a=~// warning
authorFather Chrysostomos <sprout@cpan.org>
Sat, 19 Nov 2011 08:20:04 +0000 (00:20 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 19 Nov 2011 08:21:10 +0000 (00:21 -0800)
pod/perldelta.pod

index a2d264f..4ac444e 100644 (file)
@@ -398,6 +398,12 @@ The uninitialized warning for C<y///r> when C<$_> is implicit and undefined
 now mentions the variable name, just like the non-/r variation of the
 operator.
 
+=item *
+
+The "Applying pattern match..." or similar warning produced when an array
+or hash is on the left-hand side of the C<=~> operator now mentions the
+name of the variable.
+
 =back
 
 =head1 Utility Changes