projects
/
engit/Iron-Munger.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
315f380
)
add test requirements
Matt S Trout [Fri, 15 May 2009 02:04:50 +0000 (
03:04
+0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
d33acf0
..
2652e15
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-10,4
+10,9
@@
requires 'signatures';
requires 'autobox::DateTime::Duration';
requires 'MooseX::Types::DateTimeX';
+test_requires 'Test::More';
+test_requires 'Test::Deep';
+
+auto_install;
+
WriteAll;