From: Karen Etheridge Date: Tue, 6 May 2014 18:13:23 +0000 (-0700) Subject: specify some prereqs (all in core) X-Git-Tag: v1.002002~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=commitdiff_plain;h=3dd3d1b957516225721d8a265de0b2845e6ed992 specify some prereqs (all in core) --- 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*' ] },