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
(from parent 1:
ff44333
)
perldelta for vstrings and set-magic
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 15 Jul 2013 07:21:55 +0000
(
00:21
-0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 16 Jul 2013 02:14:22 +0000
(19:14 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
e33c001
..
e41ef75
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-618,6
+618,12
@@
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].
+=item *
+
+Assigning a vstring to a tied variable or to a subroutine argument aliased
+to a nonexistent hash or array element now works, without flattening the
+vstring into a regular string.
+
=back
=head1 Known Problems