From: Dave Rolsky Date: Wed, 14 Jul 2010 20:22:10 +0000 (-0500) Subject: Conflict with MX::CA 0.13 X-Git-Tag: 1.09~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3af3d88422a86aa52076c16fb1720ed44f9f58fb;p=gitmo%2FMoose.git Conflict with MX::CA 0.13 --- diff --git a/Makefile.PL b/Makefile.PL index 75451ce..b1d15e5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -58,7 +58,7 @@ sub check_conflicts { 'MooseX::Aliases' => '0.07', 'MooseX::AttributeHelpers' => '0.22', 'MooseX::Attribute::Prototype' => '0.10', - 'MooseX::ClassAttribute' => '0.09', + 'MooseX::ClassAttribute' => '0.13', 'MooseX::MethodAttributes' => '0.18', 'MooseX::NonMoose' => '0.07', 'MooseX::Params::Validate' => '0.05',