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