projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2424de2
)
Depend on a Test::More with done_testing support.
Florian Ragwitz [Thu, 13 Aug 2009 20:33:00 +0000 (22:33 +0200)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
b43340a
..
dd795f6
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-20,6
+20,8
@@
configure_requires 'ExtUtils::Depends' => 0.302;
# minimum version that depends on ExtUtils::Depends 0.302
configure_requires 'B::Hooks::OP::Check' => '0.18';
+test_requires 'Test::More' => '0.88';
+
repository 'git://github.com/rafl/devel-declare.git';
postamble(<<'EOM');