X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b9fdbfa9711427df9e1ea334b1665c51e9845a6f;hb=db81d362a1901dbeccf6063a39e86b35b2838875;hp=ea5247122c2e0be90a8285f7bbbbbbf5d89ef549;hpb=d71ccb013c52a557bab04e0050aaa75e15c3fefd;p=p5sagit%2FFunction-Parameters.git diff --git a/Makefile.PL b/Makefile.PL index ea52471..b9fdbfa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,7 +17,10 @@ WriteMakefile( 'Test::More' => 0, }, PREREQ_PM => { + 'Carp' => 0, + 'B::Hooks::EndOfScope' => 0, 'XSLoader' => 0, + 'bytes' => 0, 'warnings' => 0, 'strict' => 0, },