diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-05-20 07:01:43 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-05-20 07:01:43 -0400 |
commit | 0e4e188069673cc0e32beff177d3b6534c2b2c35 (patch) | |
tree | a5fe67bffca590a34d16099425a06cbff65115ac /dist | |
parent | ee95c408f2888ddd31dedacab259c86102510cde (diff) | |
download | perl-0e4e188069673cc0e32beff177d3b6534c2b2c35.tar.gz |
bump CoreList version
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index d184512c7b..f370cec44b 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.33'; +$VERSION = '2.34'; =head1 NAME @@ -15796,7 +15796,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.31', + 'Module::CoreList' => '2.34', 'Module::Load' => '0.16', 'Module::Load::Conditional'=> '0.34', 'Module::Loaded' => '0.06', |