projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bc9a3b5
)
I'm an idiot - remove stray D::GD use
Matt S Trout [Thu, 17 May 2012 19:41:18 +0000 (19:41 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Method/Generate/DemolishAll.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
199ec76
..
74ba1fb
100644
(file)
--- 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
(file)
--- 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);