X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=b42722981834ac169d56e19a65b675cc62326bf6;hp=37ba50186cd5dce12cc81ab080ce0d7a747bcf83;hb=3dd3d1b957516225721d8a265de0b2845e6ed992;hpb=33f190166e5f3e48b1aa2900673a9c7cd1392a37 diff --git a/Makefile.PL b/Makefile.PL index 37ba501..b427229 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -25,7 +25,21 @@ WriteMakefile( web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Import-Into', }, }, - + prereqs => { + runtime => { + requires => { + 'strict' => '0', + 'warnings' => '0', + }, + }, + test => { + requires => { + 'Exporter' => '0', + 'base' => '0', + 'Test::More' => '0', + }, + }, + }, }, realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] },