This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 60041a0991 (split constant mangling)
authorFather Chrysostomos <sprout@cpan.org>
Sat, 13 Jul 2013 19:08:47 +0000 (12:08 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 13 Jul 2013 23:44:31 +0000 (16:44 -0700)
pod/perldelta.pod

index 888c5f4..e92c384 100644 (file)
@@ -472,6 +472,11 @@ warnings were enabled.
 The dtrace sub-entry probe now works with lexical subs, instead of
 crashing [perl #118305].
 
 The dtrace sub-entry probe now works with lexical subs, instead of
 crashing [perl #118305].
 
+=item *
+
+Compiling a C<split> operator whose third argument is a named constant
+evaulating to 0 no longer causes the constant's value to change.
+
 =back
 
 =head1 Known Problems
 =back
 
 =head1 Known Problems