use Test::Requires in tests
[gitmo/Moose.git] / Makefile.PL
index 51224e6..6c43c6f 100644 (file)
@@ -26,6 +26,7 @@ requires 'Try::Tiny'                   => '0.02';
 
 test_requires 'Test::More'      => '0.88';
 test_requires 'Test::Exception' => '0.27';
+test_requires 'Test::Requires'  => '0.05';
 
 author_requires 'File::Find::Rule';
 author_requires 'Module::Info';