From: Jesse Vincent Date: Mon, 15 Mar 2010 19:00:11 +0000 (+0000) Subject: A typo in my last Module::CoreList update caused the deprecated hash key X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=faa13f98b5438d7d2712a2578895829787af9ff5;p=p5sagit%2Fp5-mst-13.2.git A typo in my last Module::CoreList update caused the deprecated hash key alias for 5.11 to vanish. This commit corrects it --- diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index e1418e4..0f29d2e 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -15059,6 +15059,7 @@ $version{'5.010000'} = $version{5.01}; $version{'5.011000'} = $version{5.011}; $version{'5.012000'} = $version{5.012}; +$deprecated{'5.011000'} = $deprecated{5.011}; $deprecated{'5.012000'} = $deprecated{5.012}; 1;