From: Graham Knop Date: Tue, 18 Jun 2013 05:46:45 +0000 (-0400) Subject: require reasonably modern EUMM at author time X-Git-Tag: v1.003000~40 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4cfea10dabbd833c1b88314fade0c4d620b87a3d;p=gitmo%2FMoo.git require reasonably modern EUMM at author time --- diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index b6d01d3..c093651 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -2,6 +2,8 @@ BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Dista use lib 'Distar/lib'; use Distar; +use ExtUtils::MakeMaker 6.57_10 (); + author 'mst - Matt S. Trout (cpan:MSTROUT) '; manifest_include t => 'global-destruction-helper.pl';