From: Peter Rabbitson Date: Wed, 8 Aug 2012 23:09:18 +0000 (+0200) Subject: Require bugfixed D::GD X-Git-Tag: v1.000003~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e37972665e5138b1510331f1e9ae6c7b6fce8dcc;p=gitmo%2FMoo.git Require bugfixed D::GD I am such a muppet :( --- diff --git a/Makefile.PL b/Makefile.PL index 5f4c57a..8b4c5b7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,7 +14,7 @@ my %RUN_DEPS = ( 'strictures' => 1.001001, 'Module::Runtime' => 0.012, 'Role::Tiny' => 1.001003, - 'Devel::GlobalDestruction' => 0.08, + 'Devel::GlobalDestruction' => 0.09, ); # have to do this since old EUMM dev releases miss the eval $VERSION line