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:
57ae4db
)
perldelta for #118627/4e917a04b78
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 13 Jul 2013 23:33:06 +0000
(16:33 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 13 Jul 2013 23:44:34 +0000
(16:44 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
7037c02
..
ac3c222
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-586,6
+586,12
@@
called on the wrong handle. Now a typeglob argument is treated as a
handle (just like C<< (\*foo)->bar >>), or, if its IO slot is empty, an
error is raised.
+=item *
+
+Under copy-on-write builds (the default as of 5.19.1) C<${'_<-e'}[0]> no
+longer gets mangled. This is the first line of input saved for the
+debugger's use for one-liners [perl #118627].
+
=back
=head1 Known Problems