projects
/
p5sagit/Module-Metadata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b813e14
)
only add metadata if there isn't already a META.* to work with
Karen Etheridge [Sun, 6 Oct 2013 16:28:18 +0000 (09:28 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
ab57117
..
c23491f
100644
(file)
--- 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(
},
},
},
- },
+ } ),
);