summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2010-02-20 18:21:13 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2010-02-20 18:21:13 +0000
commit6f0017eefb47e6ee83d853f73e7f91de5b7bed3a (patch)
tree1dd03d48aa5eea2f37ce169ff2b9d4a7227f59ef
parent2a3ea5b55616e437e53c616e2b97150bfadafa28 (diff)
downloadperl-6f0017eefb47e6ee83d853f73e7f91de5b7bed3a.tar.gz
Fix Module::CoreList's own $VERSION in 5.11.4
-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 b5317ddb49..85454ef7c6 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -12523,7 +12523,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.24',
+ 'Module::CoreList' => '2.25',
'Module::Load' => '0.16',
'Module::Load::Conditional'=> '0.34',
'Module::Loaded' => '0.06',