Release commit for 1.001002
[p5sagit/Package-Variant.git] / Makefile.PL
index d8d2514..f732133 100644 (file)
@@ -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',
   },
 );