add more missed dependencies
Aristotle Pagaltzis [Mon, 17 Sep 2012 11:40:00 +0000 (13:40 +0200)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 72af1b3..dd68e2c 100644 (file)
--- 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)
 
index cea09f6..f732133 100644 (file)
@@ -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,