add explicit dependency on the ::Install::Files module that ExtUtils::Depends uses
[p5sagit/Devel-Declare.git] / Makefile.PL
index ed7fd06..b127727 100644 (file)
@@ -29,6 +29,7 @@ WriteMakefile(
 
         # minimum version that depends on ExtUtils::Depends 0.302
         'B::Hooks::OP::Check' => '0.19',
+        'B::Hooks::OP::Check::Install::Files' => '0.19',
     },
 
     PREREQ_PM => {
@@ -75,6 +76,7 @@ WriteMakefile(
             'Nick Perez <nperez@cpan.org>',
             'Yanick Champoux <yanick@babyl.dyndns.org>',
         ],
+        x_deprecated => 1,
     },
 
     C => [ 'Declare.c' ],