From: Matt S Trout Date: Thu, 17 May 2012 19:41:18 +0000 (+0000) Subject: I'm an idiot - remove stray D::GD use X-Git-Tag: v0.091007~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=d620629afe13c94ac6b159ba4d551d1ccafa6ef1 I'm an idiot - remove stray D::GD use --- diff --git a/Changes b/Changes index 199ec76..74ba1fb 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - remove stray reference to Devel::GlobalDestruction + 0.091006 - 2012-05-16 - drop a couple of dependencies by minor releases we don't strictly need diff --git a/lib/Method/Generate/DemolishAll.pm b/lib/Method/Generate/DemolishAll.pm index 5d45656..f4febf7 100644 --- a/lib/Method/Generate/DemolishAll.pm +++ b/lib/Method/Generate/DemolishAll.pm @@ -2,7 +2,6 @@ package Method::Generate::DemolishAll; use strictures 1; use base qw(Moo::Object); -use Devel::GlobalDestruction (); use Sub::Quote; use Moo::_Utils; use B qw(perlstring);