projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6771ab
)
perldelta for var names in @a=~// warning
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 19 Nov 2011 08:20:04 +0000
(
00:20
-0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 19 Nov 2011 08:21:10 +0000
(
00:21
-0800)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
a2d264f
..
4ac444e
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-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