From: Dave Rolsky Date: Tue, 23 Jun 2009 19:17:03 +0000 (-0500) Subject: Conflicts with the last Moose release X-Git-Tag: 0.88^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=19b79c194a6ef0d4ba79a6be03ee3124b0a54b62;p=gitmo%2FClass-MOP.git Conflicts with the last Moose release --- diff --git a/Makefile.PL b/Makefile.PL index 35f9d2a..8309b2b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,7 +65,7 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( - 'Moose' => '0.81', + 'Moose' => '0.82', ); my $found = 0;