summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2010-03-27 12:35:09 -0400
committerJesse Vincent <jesse@bestpractical.com>2010-03-27 12:35:09 -0400
commitccc77fa829183a37ab03551e31f1f6ab7455b0b4 (patch)
tree855b4f0256f4c73f17543695e2c1f5653efb1789
parent22daf694155c71728c694b7e389df775bb9b2358 (diff)
downloadperl-ccc77fa829183a37ab03551e31f1f6ab7455b0b4.tar.gz
Bump B::Deparse and Module::CoreList versions due to the late patch.
-rw-r--r--dist/B-Deparse/Deparse.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm6
2 files changed, 4 insertions, 4 deletions
diff --git a/dist/B-Deparse/Deparse.pm b/dist/B-Deparse/Deparse.pm
index 31d28fba69..89bc28dc73 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 07532724d3..36542a2460 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',