projects
/
p5sagit/Devel-GlobalDestruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a49c57b
)
need to load EUMM early for arg parsing
Graham Knop [Mon, 31 Oct 2016 22:23:55 +0000 (18:23 -0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
4efd997
..
52f8d28
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-3,6
+3,7
@@
use warnings FATAL => 'all';
use 5.006;
use lib 'inc';
use ExtUtils::HasCompiler qw(can_compile_loadable_object);
+use ExtUtils::MakeMaker;
my %META = (
name => 'Devel-GlobalDestruction',