projects
/
engit/Iron-Munger.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a7b549f
)
make it run, and fix the missing dep
Matt S Trout [Wed, 13 May 2009 15:00:09 +0000 (11:00 -0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
43b8dd2
..
d33acf0
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-3,9
+3,11
@@
use warnings;
use inc::Module::Install;
name 'IronMunger';
+version '0.001';
requires 'MooseX::Declare';
requires 'signatures';
requires 'autobox::DateTime::Duration';
+requires 'MooseX::Types::DateTimeX';
WriteAll;