add new tests to MANIFEST
[p5sagit/Function-Parameters.git] / Makefile.PL
index 51e68a0..1b0f5bb 100644 (file)
@@ -11,13 +11,16 @@ WriteMakefile(
       ? ('LICENSE'=> 'perl')
       : ()),
     PL_FILES            => {},
+    BUILD_REQUIRES => {
+       'Dir::Self' => 0,
+    },
     PREREQ_PM => {
         'Test::More' => 0,
         'warnings' => 0,
         'strict' => 0,
         'Devel::Declare' => 0,
         'B::Hooks::EndOfScope' => 0,
-        'B::Compiling' => 0,
+        'Carp' => 0,
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'Function-Parameters-*' },