In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/b5c00acd75a9549f9a4c4a9bb62c48cbd1d899fb?hp=3f6e436ff0889330b44f87823bf8f712a6da6aba>

- Log -----------------------------------------------------------------
commit b5c00acd75a9549f9a4c4a9bb62c48cbd1d899fb
Author: Tony Cook <[email protected]>
Date:   Tue Dec 16 11:37:58 2014 +1100

    perldelta for 3f6e436ff088
    
    also move the B::Deparse fix under B::Deparse
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 3a16a29..03603ae 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -238,6 +238,9 @@ instead of C<no feature ':all';>.  This has been fixed.
 
 C<chdir FH> is now deparsed without quotation marks.
 
+C<\my @a> is now deparsed without parentheses.  (Parenthese would flatten
+the array.)
+
 =item *
 
 L<ExtUtils::ParseXS> has been upgraded from version 3.26 to 3.27.
@@ -247,8 +250,8 @@ Only declare C<file> unused if we actually define it.
 Improve generated C<RETVAL> code generation to avoid repeated
 references to C<ST(0)>.  [perl #123278]
 
-C<\my @a> is now deparsed without parentheses.  (Parenthese would flatten
-the array.)
+Broaden and document the C</OBJ$/> to C</REF$/> typemap optimization
+for the C<DESTROY> method.  [perl #123418]
 
 =item *
 

--
Perl5 Master Repository

Reply via email to