projects
/
gitmo/MooseX-MetaDescription.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f6982f5
)
Add missing Test::Exception test prereq
Dagfinn Ilmari Mannsåker [Sat, 8 Dec 2012 23:09:57 +0000 (23:09 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
74ffec5
..
040a586
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-13,6
+13,7
@@
requires 'Moose' => 0.40;
# things the tests need
test_requires 'Test::More' => '0.62';
+test_requires 'Test::Exception';
author_requires 'Test::Pod' => '1.14';
author_requires 'Test::Pod::Coverage';