Add tests using immulable classes
[gitmo/Class-MOP.git] / Makefile.PL
index 3b097f2..8610c40 100644 (file)
@@ -23,7 +23,7 @@ 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();
 
@@ -65,7 +65,7 @@ WriteAll();
 # before a release.
 sub check_conflicts {
     my %conflicts = (
-        'Moose' => '0.72',
+        'Moose' => '0.85',
     );
 
     my $found = 0;