From: Aristotle Pagaltzis Date: Mon, 17 Sep 2012 11:40:00 +0000 (+0200) Subject: add more missed dependencies X-Git-Tag: v1.001002~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=485d5893093aa1f282c2601069ea1d9dabb78eb6;p=p5sagit%2FPackage-Variant.git add more missed dependencies --- diff --git a/Changes b/Changes index 72af1b3..dd68e2c 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - Declare the Test::Fatal build dependency + 1.001001 - 2012-05-12 - Actually declare the Import::Into dependency (stupid mst) diff --git a/Makefile.PL b/Makefile.PL index cea09f6..f732133 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,10 @@ 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,