This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for #118627/4e917a04b78
authorFather Chrysostomos <sprout@cpan.org>
Sat, 13 Jul 2013 23:33:06 +0000 (16:33 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 13 Jul 2013 23:44:34 +0000 (16:44 -0700)
pod/perldelta.pod

index 7037c02..ac3c222 100644 (file)
@@ -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