X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=blobdiff_plain;f=Makefile.PL;h=93299641576354b5357032995a862b9065cd0cf8;hp=ab57117a2d815d66a71e1fbf57ecb8921f0b2490;hb=1afd3813911aabc5d97125be52baeaac7370d952;hpb=b813e141ccb3e55b240cfe6d1b87803cd1a3b2f3 diff --git a/Makefile.PL b/Makefile.PL index ab57117..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, @@ -61,5 +61,5 @@ WriteMakefile( }, }, }, - }, + } ), );