Remove dependency on Test::Warn by catching the warning ourself in the one test file...
[gitmo/Mouse.git] / Makefile.PL
index 0dded4f..2ea5ca2 100755 (executable)
@@ -10,7 +10,6 @@ requires 'Class::Method::Modifiers' => '1.01';
 
 build_requires 'Test::More';
 build_requires 'Test::Exception';
-build_requires 'Test::Warn';
 
 WriteAll;