This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83fb037
)
perldelta for undef *^H non-ambiguity
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 22 May 2012 05:15:33 +0000
(22:15 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 22 May 2012 05:26:51 +0000
(22:26 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
1184084
..
7c1b749
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-366,6
+366,11
@@
Writing to C<$^N> used to have no effect. Now it croaks with "Modification
of a read-only value" by default, but that can be overridden by a custom
regular expression engine, as with C<$1> [perl #112184].
+=item *
+
+C<undef> on a control character glob (C<undef *^H>) no longer emits an
+erroneous warning about ambiguity [perl #112456].
+
=back
=head1 Known Problems