X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c23491f1099bee972107b4d2961c9d296c118dce;hb=698048aae1e0dc6b392843feab394f8eb0d28fa5;hp=407826e06eff77a36f493d5ee050c015b2753e42;hpb=e86dd03eba6f1a2bae12e2d6d24163bd11d2bab1;p=p5sagit%2FModule-Metadata.git diff --git a/Makefile.PL b/Makefile.PL index 407826e..c23491f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,6 +28,7 @@ WriteMakefile( : () , }, + -f 'META.yml' ? () : ( META_MERGE => { 'meta-spec' => { version => 2 }, dynamic_config => 0, @@ -44,8 +45,8 @@ WriteMakefile( }, }, prereqs => { - requires => { - test => { + test => { + requires => { 'Test::More' => 0, 'Carp' => 0, 'Config' => 0, @@ -61,5 +62,5 @@ WriteMakefile( }, }, }, - }, + } ), );