diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-02-20 19:22:39 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-02-20 19:54:19 +0000 |
commit | a0a0e5450c8a47684a1d0a4c7cb597974ad56ab1 (patch) | |
tree | 87022b98d0279eb3e65eef332d7ae42dca7d1dda | |
parent | c7bed2601eb614a49880887c382b997a203797dd (diff) | |
download | perl-a0a0e5450c8a47684a1d0a4c7cb597974ad56ab1.tar.gz |
Correct the version of Module::CoreList that was released with v5.12.3
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 2 |
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 505f0f5229..57e320f42c 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -21493,7 +21493,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.38', + 'Module::CoreList' => '2.43', 'Module::Load' => '0.16', 'Module::Load::Conditional'=> '0.38', 'Module::Loaded' => '0.06', |