add missing (implied) test dep
Arthur Axel 'fREW' Schmidt [Fri, 26 Oct 2012 05:36:18 +0000 (00:36 -0500)]
Makefile.PL

index f01e2af..585041b 100644 (file)
@@ -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';