X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6330b32ec673c184cd6733286193c36c2b828b47;hb=81ce8c826e1a168a78e7ab6be41ecddd3df38199;hp=6f7be25342ecf1a54fe9a5b24be57eb2d80b191b;hpb=f1d18ad33f0ef56d8156466f544d9a6c781b1568;p=p5sagit%2FModule-Metadata.git diff --git a/Makefile.PL b/Makefile.PL index 6f7be25..6330b32 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,5 +6,15 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Module::Metadata', - VERSION_FROM => 'lib/Module/Metadata.pm' + VERSION_FROM => 'lib/Module/Metadata.pm', + PREREQ_PM => { + 'Carp' => 0, + 'File::Find' => 0, + 'File::Spec' => 0, + 'IO::File' => 0, + 'strict' => 0, + 'vars' => 0, + 'version' => 0.87, + 'warnings' => 0, + }, );