This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 62ae7cfb674910
authorFather Chrysostomos <sprout@cpan.org>
Mon, 12 Jan 2015 05:44:13 +0000 (21:44 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 12 Jan 2015 05:44:13 +0000 (21:44 -0800)
pod/perldelta.pod

index fe4c1fd..76730e7 100644 (file)
@@ -163,6 +163,13 @@ C<B::SPECIAL>, has been fixed.
 
 =item *
 
+L<B::Deparse> has been upgraded from version 1.31 to 1.32.
+
+Deparsing C<BEGIN { undef &foo }> with the B<-w> switch enabled started to
+emit 'uninitialized' warnings in Perl 5.14.  This has been fixed.
+
+=item *
+
 L<Safe> has been upgraded from version 2.38 to 2.39.
 
 C<reval> was not propagating void context properly.