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