projects
/
p5sagit/Package-Variant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
57d22b9
)
ensure authors have a recent EUMM, so metadata comes out right
Karen Etheridge [Sat, 30 Aug 2014 15:51:05 +0000 (08:51 -0700)]
maint/Makefile.PL.include
patch
|
blob
|
blame
|
history
diff --git
a/maint/Makefile.PL.include
b/maint/Makefile.PL.include
index
ffa6647
..
1f07008
100644
(file)
--- a/
maint/Makefile.PL.include
+++ b/
maint/Makefile.PL.include
@@
-2,4
+2,5
@@
BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Dista
use lib "Distar/lib";
use Distar;
+use ExtUtils::MakeMaker 6.68; # ensure meta-spec v2 compatibility
author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';