In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/918184d11c111a40e50e7dccd803d84bd64354d0?hp=e7613a67cdcbc96debe6c6b1f45b3eab1ec4ef83>
- Log ----------------------------------------------------------------- commit 918184d11c111a40e50e7dccd803d84bd64354d0 Author: Tatsuhiko Miyagawa <[email protected]> Date: Tue Oct 19 16:15:00 2010 +0900 Bumped B::Deparse version and added perldelta entry for it per a539498 ----------------------------------------------------------------------- Summary of changes: dist/B-Deparse/Deparse.pm | 2 +- pod/perldelta.pod | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletions(-) 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<Unicode::Normalize> has been upgraded from version 1.06 to 1.07 +=item * + +C<B::Deparse> 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 -- Perl5 Master Repository
