From: Florian Ragwitz Date: Thu, 4 Feb 2010 02:11:37 +0000 (+0100) Subject: Unfuck Makefile.PL. X-Git-Tag: 0.95~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6428e28b25a2ac9276585b4034ad9e73fee34c52;p=gitmo%2FMoose.git Unfuck Makefile.PL. --- diff --git a/Makefile.PL b/Makefile.PL index cf032f5..05c5388 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -44,7 +44,7 @@ WriteAll(); sub check_conflicts { my %conflicts = ( 'Fey::ORM' => '0.23', - 'Catalyst' => '5.80017'. + 'Catalyst' => '5.80017', 'MooseX::Aliases' => '0.07', 'MooseX::AttributeHelpers' => '0.22', 'MooseX::Attribute::Prototype' => '0.10',