projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dfe6ae8
)
Add Test::Requires to dependencies
gfx [Tue, 16 Mar 2010 02:14:48 +0000 (11:14 +0900)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
57e28f2
..
7f608e7
100755
(executable)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-26,6
+26,7
@@
requires 'Scalar::Util' => 1.14;
test_requires 'Test::More' => 0.88;
test_requires 'Test::Exception' => 0.29;
+test_requires 'Test::Requires' => 0.03;
# test_requires 'Test::Output' => 0.16; # too many dependencies!
if($] < 5.010) {