X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6330b32ec673c184cd6733286193c36c2b828b47;hb=f77c3f08b49a3d3763892adbaa9881e9fbe12754;hp=48818f900cd7fe7167fc66a3389895b3c8b5a568;hpb=6f3c7f28723bf0a04bbcdddb06db6abce27a467e;p=p5sagit%2FModule-Metadata.git diff --git a/Makefile.PL b/Makefile.PL index 48818f9..6330b32 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,13 @@ WriteMakefile( NAME => 'Module::Metadata', VERSION_FROM => 'lib/Module/Metadata.pm', PREREQ_PM => { - 'Carp' => 0, - 'version' => 0.87, + 'Carp' => 0, + 'File::Find' => 0, + 'File::Spec' => 0, + 'IO::File' => 0, + 'strict' => 0, + 'vars' => 0, + 'version' => 0.87, + 'warnings' => 0, }, );