X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=93299641576354b5357032995a862b9065cd0cf8;hb=9f0528b907d8bca88f8a4d21299f7360390981e8;hp=407826e06eff77a36f493d5ee050c015b2753e42;hpb=e86dd03eba6f1a2bae12e2d6d24163bd11d2bab1;p=p5sagit%2FModule-Metadata.git diff --git a/Makefile.PL b/Makefile.PL index 407826e..9329964 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,7 +17,6 @@ WriteMakefile( 'Carp' => 0, 'File::Find' => 0, 'File::Spec' => 0, - 'IO::File' => 0, 'strict' => 0, 'warnings' => 0, 'vars' => 0, @@ -28,6 +27,7 @@ WriteMakefile( : () , }, + -f 'META.yml' ? () : ( META_MERGE => { 'meta-spec' => { version => 2 }, dynamic_config => 0, @@ -44,8 +44,8 @@ WriteMakefile( }, }, prereqs => { - requires => { - test => { + test => { + requires => { 'Test::More' => 0, 'Carp' => 0, 'Config' => 0, @@ -61,5 +61,5 @@ WriteMakefile( }, }, }, - }, + } ), );