From: Florian Ragwitz Date: Thu, 20 May 2010 19:52:14 +0000 (+0200) Subject: Add conflict against old Moose versions X-Git-Tag: 1.02~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a53e76d9ffef6d9d26e42bfbf4f7d165f6f9c5a4;p=gitmo%2FClass-MOP.git Add conflict against old Moose versions --- diff --git a/Makefile.PL b/Makefile.PL index 9556c86..4b7cf9f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -73,7 +73,7 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( - 'Moose' => '0.85', + 'Moose' => '1.04', ); my $found = 0;