diff options
-rw-r--r-- | dist/B-Deparse/Deparse.pm | 2 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 6 |
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', |