This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 34b54951 / #77452
authorFather Chrysostomos <sprout@cpan.org>
Sun, 14 Dec 2014 19:10:11 +0000 (11:10 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 15 Dec 2014 00:28:37 +0000 (16:28 -0800)
pod/perldelta.pod

index 84e79da..9c017bb 100644 (file)
@@ -141,6 +141,13 @@ XXX
 
 =item *
 
+L<B::Deparse> has been upgraded from version 1.30 to 1.31.
+
+BEGIN blocks at the end of the enclosing scope are now deparsed in the
+right place.  [perl #77452]
+
+=item *
+
 L<ExtUtils::ParseXS> has been upgraded from version 3.26 to 3.27.
 
 Only declare C<file> unused if we actually define it.