From: Steve Hay <steve.m.hay@googlemail.com>
Date: Sat, 20 Feb 2010 18:21:13 +0000 (+0000)
Subject: Fix Module::CoreList's own $VERSION in 5.11.4
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f0017eefb47e6ee83d853f73e7f91de5b7bed3a;p=p5sagit%2Fp5-mst-13.2.git

Fix Module::CoreList's own $VERSION in 5.11.4
---

diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index b5317dd..85454ef 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',