X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a872582be71c84f2e053b7ae6ffe8a5efbd6dd85;hb=c829ef74f840c557aa2159990359128a97eed27a;hp=8309b2b5f00e49d479aaac38c9c5f02a2eb898d7;hpb=19b79c194a6ef0d4ba79a6be03ee3124b0a54b62;p=gitmo%2FClass-MOP.git diff --git a/Makefile.PL b/Makefile.PL index 8309b2b..a872582 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -22,7 +22,7 @@ requires 'Sub::Name' => '0.04'; requires 'Task::Weaken'; test_requires 'File::Spec'; -test_requires 'Test::More' => '0.77'; +test_requires 'Test::More' => '0.88'; test_requires 'Test::Exception' => '0.27'; extra_tests(); @@ -65,7 +65,7 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( - 'Moose' => '0.82', + 'Moose' => '0.85', ); my $found = 0;