X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8610c4013300c8a253d72d8966755fa47d5c535e;hb=refs%2Ftags%2F0.92;hp=ef1680fe7c63a80f340181327cc403de773f6d44;hpb=72bc0a470ac680d3f73091f212a76b8edc638165;p=gitmo%2FClass-MOP.git diff --git a/Makefile.PL b/Makefile.PL index ef1680f..8610c40 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;