projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7cc2a0d
)
Depend on Moose::Test
Shawn M Moore [Thu, 2 Oct 2008 03:38:00 +0000 (
03:38
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
2d80c1a
..
4c44ffd
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-26,6
+26,7
@@
requires 'Filter::Simple' => '0';
build_requires 'Test::More' => '0.62';
build_requires 'Test::Exception' => '0.21';
build_requires 'Test::LongString';
+build_requires 'Moose::Test';
tests_recursive;