projects
/
gitmo/MooseX-AttributeHelpers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a78379c
)
build-depend on Test::Moose.
Florian Ragwitz [Thu, 16 Jul 2009 21:50:44 +0000 (23:50 +0200)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
f7f394b
..
120533c
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-9,6
+9,7
@@
requires 'Moose' => '0.56';
build_requires 'Test::More' => '0.62';
build_requires 'Test::Exception' => '0.21';
+build_requires 'Test::Moose';
auto_provides;
WriteAll();