From: Mike Whitaker Date: Thu, 5 Mar 2009 22:08:52 +0000 (+0000) Subject: Ensure we conflict with MXAH < 0.14 X-Git-Tag: 0.72_01~85 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cca3dd5c19babd86ff5b821fd73c12d22b7a0eca;p=gitmo%2FMoose.git Ensure we conflict with MXAH < 0.14 --- diff --git a/Makefile.PL b/Makefile.PL index 0b99c4e..85ab6b3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -36,6 +36,7 @@ sub check_conflicts { 'MooseX::Singleton' => '0.12', 'MooseX::Params::Validate' => '0.05', 'Fey::ORM' => '0.12', + 'MooseX::AttributeHelpers' => '0.14', ); my $found = 0;