From: Dave Rolsky Date: Mon, 14 Sep 2009 20:32:46 +0000 (-0500) Subject: Add a conflict on MX::AH <= 0.21 X-Git-Tag: 0.90~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5d71e532e147acf6cef034c12e4b7cd7ddf802f;p=gitmo%2FMoose.git Add a conflict on MX::AH <= 0.21 --- diff --git a/Makefile.PL b/Makefile.PL index aae3d4e..af34875 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -37,6 +37,7 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( + 'MooseX::AttributeHelpers' => '0.21', 'MooseX::ClassAttribute' => '0.09', 'MooseX::Singleton' => '0.19', 'MooseX::StrictConstructor' => '0.07',