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