need to load EUMM early for arg parsing
Graham Knop [Mon, 31 Oct 2016 22:23:55 +0000 (18:23 -0400)]
Makefile.PL

index 4efd997..52f8d28 100644 (file)
@@ -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',