diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-10-24 20:20:03 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-10-24 21:19:40 +0100 |
commit | 23b56f291f4fe3a90ff58ed934155a6f65c3fefe (patch) | |
tree | 92bc55c6c7ed065c9ed1c24ef244f1f6e66e38b1 /dist | |
parent | 501bd44a5042438ef3aaadd4cb34cf7502b2c98f (diff) | |
download | perl-23b56f291f4fe3a90ff58ed934155a6f65c3fefe.tar.gz |
Schedule Package::Constants for removal from core
Diffstat (limited to 'dist')
-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 ff978b9ffe..f118b7f920 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -9303,6 +9303,7 @@ for my $version (sort { $a <=> $b } keys %delta) { 5.019006 => { delta_from => 5.019005, changed => { + 'Package::Constants' => '1', }, removed => { } |