This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for undef *^H non-ambiguity
authorFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 05:15:33 +0000 (22:15 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 05:26:51 +0000 (22:26 -0700)
pod/perldelta.pod

index 1184084..7c1b749 100644 (file)
@@ -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