From: Florian Ragwitz Date: Fri, 22 Jan 2010 19:32:16 +0000 (+0100) Subject: Tell user to upgrade Catalyst if necessary. X-Git-Tag: 0.95~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=076b0c2a9ce4b8e36e327947c827905ff2b8c87f;p=gitmo%2FMoose.git Tell user to upgrade Catalyst if necessary. --- diff --git a/Makefile.PL b/Makefile.PL index 585d3d5..cf032f5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -44,6 +44,7 @@ WriteAll(); sub check_conflicts { my %conflicts = ( 'Fey::ORM' => '0.23', + 'Catalyst' => '5.80017'. 'MooseX::Aliases' => '0.07', 'MooseX::AttributeHelpers' => '0.22', 'MooseX::Attribute::Prototype' => '0.10',