perldelta for 6a5c965b9
authorFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 22:32:37 +0000 (14:32 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 22:48:41 +0000 (14:48 -0800)
pod/perldelta.pod

index fa9f0fa..3e9e659 100644 (file)
@@ -514,6 +514,18 @@ corresponding functions crash.
 Aliasing CORE::GLOBAL:: functions to constants stopped working in Perl 5.10
 but has now been fixed.
 
+=item *
+
+When C<`...`> or C<qx/.../> calls a C<readpipe> override, double-quotish
+interpolation now happens, as is the case when there is no override.
+Previously, the presence of an override would make these quote-like
+operators act like C<q{}>, suppressing interpolation.  [perl #115330]
+
+=item *
+
+C<<<`...`> here-docs (with backticks as the delimiters) now call
+C<readpipe> overrides.  [perl #119827]
+
 =back
 
 =head1 Known Problems