summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-01-20 18:05:19 -0500
committerLeon Brocard <acme@astray.com>2011-06-08 09:08:08 +0100
commit72c65a91ab57c74b914fbb8c72a8911ff41a4049 (patch)
treeba869165dde8f8f3567ab53e066c2e760c1d759a
parent32a67c65b732dfb197ab0cb4d2eab9fba5360e50 (diff)
downloadperl-72c65a91ab57c74b914fbb8c72a8911ff41a4049.tar.gz
When I dropped the Module::CoreList version due to potential conflicts
with 5.12.3 after discussions with BinGOs, I missed one place the version number was defined. (cherry picked from commit e83613b8c0c0665eb20ebe88e92e6b3d902b7892)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index ac1531b066..1d2b5d232d 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -21499,7 +21499,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::Build::PodParser'=> '0.3607',
'Module::Build::Version'=> '0.77',
'Module::Build::YAML' => '1.40',
- 'Module::CoreList' => '2.43_01',
+ 'Module::CoreList' => '2.42_01',
'Module::Load' => '0.18',
'Module::Load::Conditional'=> '0.40',
'Module::Loaded' => '0.06',