X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f732133724023c76c0479f68978de3ad49a85382;hb=02a117a7d89c8f4b966ebb842c5be213b81352b7;hp=d8d25145a8a4940c38df99cb545609ad8ee8d190;hpb=6980ac23c9dabcc73f12ced7001c8ac5222bad5c;p=p5sagit%2FPackage-Variant.git diff --git a/Makefile.PL b/Makefile.PL index d8d2514..f732133 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,8 +7,14 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Package-Variant', VERSION_FROM => 'lib/Package/Variant.pm', + CONFIGURE_REQUIRES => { + 'ExtUtils::MakeMaker' => '6.55_01', # for BUILD_REQUIRES + }, + BUILD_REQUIRES => { 'Test::Fatal' => 0 }, PREREQ_PM => { strictures => 1, Carp => 0, + 'Import::Into' => 1, + 'Module::Runtime' => '0.013', }, );