projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f3dc0ac
)
Require bugfixed D::GD
Peter Rabbitson [Wed, 8 Aug 2012 23:09:18 +0000 (
01:09
+0200)]
I am such a muppet :(
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
5f4c57a
..
8b4c5b7
100644
(file)
--- 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