projects
/
p5sagit/Class-C3-Componentised.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4f07ebe
)
add missing (implied) test dep
Arthur Axel 'fREW' Schmidt [Fri, 26 Oct 2012 05:36:18 +0000 (
00:36
-0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
f01e2af
..
585041b
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-8,6
+8,7
@@
author 'Ash Berlin <ash@cpan.org>';
all_from 'lib/Class/C3/Componentised.pm';
test_requires 'Test::Exception' => '0.31';
+test_requires 'Test::More' => '0.96';
requires 'MRO::Compat' => '0.09';
requires 'Class::Inspector' => '1.23';