From: Shawn M Moore Date: Thu, 2 Oct 2008 03:38:00 +0000 (+0000) Subject: Depend on Moose::Test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2c2335f702db1bcf38c90b1d4580de5f3cafa936;p=gitmo%2FMoose.git Depend on Moose::Test --- diff --git a/Makefile.PL b/Makefile.PL index 2d80c1a..4c44ffd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,6 +26,7 @@ requires 'Filter::Simple' => '0'; build_requires 'Test::More' => '0.62'; build_requires 'Test::Exception' => '0.21'; build_requires 'Test::LongString'; +build_requires 'Moose::Test'; tests_recursive;