From: Arthur Axel 'fREW' Schmidt Date: Fri, 26 Oct 2012 05:36:18 +0000 (-0500) Subject: add missing (implied) test dep X-Git-Tag: v1.001_001~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=59f64bd9ac6679a1c928e05f382200ccbc412d5d;p=p5sagit%2FClass-C3-Componentised.git add missing (implied) test dep --- diff --git a/Makefile.PL b/Makefile.PL index f01e2af..585041b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,6 +8,7 @@ author 'Ash Berlin '; 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';