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:
ba90f48
)
perldelta for 60041a0991 (split constant mangling)
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 13 Jul 2013 19:08:47 +0000
(12:08 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 13 Jul 2013 23:44:31 +0000
(16:44 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
888c5f4
..
e92c384
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-472,6
+472,11
@@
warnings were enabled.
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