From: Dave Rolsky Date: Mon, 27 Sep 2010 01:01:40 +0000 (-0500) Subject: This CMOP conflicts with Moose X-Git-Tag: 1.09~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=38f51483bc4f34dafa6782228086a71e0467d7f0;p=gitmo%2FClass-MOP.git This CMOP conflicts with Moose --- diff --git a/Makefile.PL b/Makefile.PL index 5e92345..0738305 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -86,7 +86,7 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( - 'Moose' => '1.04', + 'Moose' => '1.14', 'namespace::autoclean' => '0.08', );