projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e5efd57
)
Use test_requires for test requirements
Dave Rolsky [Fri, 13 Feb 2009 20:21:44 +0000 (20:21 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
5733309
..
c743eb0
100755
(executable)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-19,8
+19,8
@@
requires 'Sub::Exporter' => '0.972';
requires 'Task::Weaken' => '0';
# things the tests need
-build_requires 'Test::More' => '0.77';
-build_requires 'Test::Exception' => '0.21';
+test_requires 'Test::More' => '0.77';
+test_requires 'Test::Exception' => '0.21';
tests_recursive();