From: Graham Knop <haarg@haarg.org>
Date: Mon, 31 Oct 2016 22:23:55 +0000 (-0400)
Subject: need to load EUMM early for arg parsing
X-Git-Tag: v0.14~3
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b879e9f4b53c651764aa39c2c15ad9ee73f68e3;p=p5sagit%2FDevel-GlobalDestruction.git

need to load EUMM early for arg parsing
---

diff --git a/Makefile.PL b/Makefile.PL
index 4efd997..52f8d28 100644
--- 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',