From: Dave Rolsky Date: Fri, 3 Jul 2009 02:23:51 +0000 (-0500) Subject: This release breaks with last Moose X-Git-Tag: 0.89~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0dc00e2f338fb16384d0d81b7cbf112f06ca379d;p=gitmo%2FClass-MOP.git This release breaks with last Moose --- diff --git a/Makefile.PL b/Makefile.PL index 8309b2b..8610c40 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,7 +65,7 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( - 'Moose' => '0.82', + 'Moose' => '0.85', ); my $found = 0;