diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-03-15 19:00:11 +0000 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-16 09:56:30 +0000 |
commit | faa13f98b5438d7d2712a2578895829787af9ff5 (patch) | |
tree | 5ebaa71de5f341ef6ce8d446b0d89c4fc77c553d | |
parent | 7b8c44fa74721c3e8ed6e698aeab8cb7d0539292 (diff) | |
download | perl-faa13f98b5438d7d2712a2578895829787af9ff5.tar.gz |
A typo in my last Module::CoreList update caused the deprecated hash key
alias for 5.11 to vanish. This commit corrects it
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index e1418e44aa..0f29d2e4a9 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; |