From: Dave Rolsky Date: Mon, 23 Mar 2009 15:34:17 +0000 (-0500) Subject: CMOP now conflicts with the most recent release of Moose X-Git-Tag: 0.78_02~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f571446597dee01cef611096264a928060f60a66;p=gitmo%2FClass-MOP.git CMOP now conflicts with the most recent release of Moose --- diff --git a/Makefile.PL b/Makefile.PL index 9f3a285..6cc4507 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -62,7 +62,7 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( - 'Moose' => '0.71', + 'Moose' => '0.72', ); my $found = 0;