From: Tatsuhiko Miyagawa Date: Tue, 19 Oct 2010 07:15:00 +0000 (+0900) Subject: Bumped B::Deparse version and added perldelta entry for it per a539498 X-Git-Tag: accepted/trunk/20130322.191538~7323 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=918184d11c111a40e50e7dccd803d84bd64354d0;p=platform%2Fupstream%2Fperl.git Bumped B::Deparse version and added perldelta entry for it per a539498 --- diff --git a/dist/B-Deparse/Deparse.pm b/dist/B-Deparse/Deparse.pm index 92f2747..b98b1fb 100644 --- a/dist/B-Deparse/Deparse.pm +++ b/dist/B-Deparse/Deparse.pm @@ -23,7 +23,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring PMf_MULTILINE PMf_SINGLELINE PMf_FOLD PMf_EXTENDED), ($] < 5.009 ? 'PMf_SKIPWHITE' : 'RXf_SKIPWHITE'), ($] < 5.011 ? 'CVf_LOCKED' : ()); -$VERSION = 0.98; +$VERSION = 0.99; use strict; use vars qw/$AUTOLOAD/; use warnings (); diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7a9687e..d982064 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -380,6 +380,14 @@ tn, vi, hr, ig, ru, sq, se, sr, to and uk C has been upgraded from version 1.06 to 1.07 +=item * + +C has been upgraded from version 0.98 to 0.99 + +B::Deparse now properly handles the code that applies a conditional +pattern match against implicit C<$_> as it was fixed in +L<[perl #20444]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=20444>. + =back =head2 Removed Modules and Pragmata