Add tests for inline {con,de}structor warnings and inlining. Got rid
[gitmo/Class-MOP.git] / Makefile.PL
index ef1680f..3331eef 100644 (file)
@@ -23,7 +23,9 @@ requires 'Task::Weaken';
 
 test_requires 'File::Spec';
 test_requires 'Test::More'      => '0.77';
-test_requires 'Test::Exception' => '0.21';
+test_requires 'Test::Exception' => '0.27';
+
+extra_tests();
 
 makemaker_args( CCFLAGS => $ccflags );