projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7b8c44f
)
A typo in my last Module::CoreList update caused the deprecated hash key
Jesse Vincent [Mon, 15 Mar 2010 19:00:11 +0000 (19:00 +0000)]
alias for 5.11 to vanish. This commit corrects it
dist/Module-CoreList/lib/Module/CoreList.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/Module-CoreList/lib/Module/CoreList.pm
b/dist/Module-CoreList/lib/Module/CoreList.pm
index
e1418e4
..
0f29d2e
100644
(file)
--- 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;