From 918184d11c111a40e50e7dccd803d84bd64354d0 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Tue, 19 Oct 2010 16:15:00 +0900 Subject: [PATCH] Bumped B::Deparse version and added perldelta entry for it per a539498 --- dist/B-Deparse/Deparse.pm | 2 +- pod/perldelta.pod | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- 2.7.4