From 93980676cbda10e39b96c327c2c5c912138965d4 Mon Sep 17 00:00:00 2001 From: Zefram Date: Sun, 25 Aug 2013 20:06:13 +0100 Subject: [PATCH] note Module::Build's core-deprecation Module::Build reports that it's deprecated from core from version 5.19.0, but this information was missing from Module::CoreList. --- dist/Module-CoreList/lib/Module/CoreList.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 846964e..e3fd719 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -8813,6 +8813,7 @@ for my $version (sort { $a <=> $b } keys %delta) { 5.019 => { delta_from => 5.018, + changed => { 'Module::Build' => 1 }, removed => { map { $_ => 1 } qw/ Archive::Extract B::Lint -- 2.7.4