Remove unnecessary calls of has_method()
[gitmo/Class-MOP.git] / Makefile.PL
index ef1680f..8610c40 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 );
 
@@ -63,7 +65,7 @@ WriteAll();
 # before a release.
 sub check_conflicts {
     my %conflicts = (
-        'Moose' => '0.72',
+        'Moose' => '0.85',
     );
 
     my $found = 0;