release 0.07
[gitmo/MooseX-AlwaysCoerce.git] / Makefile.PL
index 0ee133f..39093b2 100644 (file)
@@ -5,7 +5,9 @@ all_from 'lib/MooseX/AlwaysCoerce.pm';
 author   'Rafael Kitover <rkitover@cpan.org>';
 license  'perl';
 
-test_requires 'Test::More';
+test_requires 'Test::More' => '0.94';
+test_requires 'Test::Exception';
+test_requires 'Test::NoWarnings';
 
 requires 'Moose';
 requires 'namespace::autoclean';