From: Jesse Vincent Date: Sat, 27 Mar 2010 16:35:09 +0000 (-0400) Subject: Bump B::Deparse and Module::CoreList versions due to the late patch. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ccc77fa829183a37ab03551e31f1f6ab7455b0b4;p=p5sagit%2Fp5-mst-13.2.git Bump B::Deparse and Module::CoreList versions due to the late patch. --- diff --git a/dist/B-Deparse/Deparse.pm b/dist/B-Deparse/Deparse.pm index 31d28fb..89bc28d 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.95; +$VERSION = 0.96; use strict; use vars qw/$AUTOLOAD/; use warnings (); diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 0753272..36542a2 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -2,7 +2,7 @@ package Module::CoreList; use strict; use vars qw/$VERSION %released %version %families %upstream %bug_tracker %deprecated/; -$VERSION = '2.28'; +$VERSION = '2.29'; =head1 NAME @@ -13426,7 +13426,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'B' => '1.23', 'B::Concise' => '0.78', 'B::Debug' => '1.12', - 'B::Deparse' => '0.95', + 'B::Deparse' => '0.96', 'B::Lint' => '1.11_01', 'B::Lint::Debug' => '0.01', 'B::Showlex' => '1.02', @@ -13774,7 +13774,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Module::Build::PodParser'=> '0.3603', 'Module::Build::Version'=> '0.77', 'Module::Build::YAML' => '1.40', - 'Module::CoreList' => '2.27', + 'Module::CoreList' => '2.29', 'Module::Load' => '0.16', 'Module::Load::Conditional'=> '0.34', 'Module::Loaded' => '0.06',