X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b12772731ff987f5b8315f9f62dc3a3298600690;hb=7e63642de2cdd2a539f9349d037a216c5098a6b6;hp=5ef9cee31f8fd4fee1a40fbef7c1116023aabcee;hpb=181a3acfbbdae2cba7948dc6403b0ec67e2fab59;p=p5sagit%2FDevel-Declare.git diff --git a/Makefile.PL b/Makefile.PL index 5ef9cee..b127727 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use warnings FATAL => 'all'; use 5.008001; use ExtUtils::MakeMaker; -(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; +(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; use ExtUtils::Depends; my $pkg = ExtUtils::Depends->new('Devel::Declare', 'B::Hooks::OP::Check'); @@ -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 ', 'Yanick Champoux ', ], + x_deprecated => 1, }, C => [ 'Declare.c' ],