perldelta for vstrings and set-magic
authorFather Chrysostomos <sprout@cpan.org>
Mon, 15 Jul 2013 07:21:55 +0000 (00:21 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 16 Jul 2013 02:14:22 +0000 (19:14 -0700)
pod/perldelta.pod

index e33c001..e41ef75 100644 (file)
@@ -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