projects
/
gitmo/MooseX-MetaDescription.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
794d730
)
Fix RT#75491
Tomas Doran [Sat, 3 Mar 2012 05:58:11 +0000 (
05:58
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
e95650f
..
cdce96b
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-13,6
+13,7
@@
requires 'Moose' => 0.40;
# things the tests need
build_requires 'Test::More' => '0.62';
+build_requires 'Test::Exception';
author_requires 'Test::Pod' => '1.14';
author_requires 'Test::Pod::Coverage';