This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for c4cf781e24ac2
authorFather Chrysostomos <sprout@cpan.org>
Thu, 30 Jan 2014 06:04:08 +0000 (22:04 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 30 Jan 2014 06:04:08 +0000 (22:04 -0800)
pod/perldelta.pod

index 9d9ec7b..5b0257c 100644 (file)
@@ -166,6 +166,13 @@ XXX
 
 =item *
 
+L<B::Deparse> has been upgraded from version 1.24 to 1.25.
+
+It now knows how to handle whitespace it prototypes.  Previously, it could
+loop infinitely.  [perl #121050]
+
+=item *
+
 L<Devel::Peek> has been upgraded from version 1.15 to 1.16.
 
 Devel::Peek::SvREFCNT() now ensures it has been passed a reference, as