From: Dave Rolsky Date: Mon, 2 Aug 2010 12:50:42 +0000 (+0200) Subject: Fix a syntax error in the Makefile.PL X-Git-Tag: 1.10~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=22cf6cb4597e6d85e6d4605d0431e24bc8ef8ba2;p=gitmo%2FMoose.git Fix a syntax error in the Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 231ea05..e2755dc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -66,7 +66,7 @@ sub check_conflicts { 'MooseX::InstanceTracking' => '0.04', 'MooseX::LazyRequire' => '0.05', 'MooseX::MethodAttributes' => '0.22', - 'MooseX::NonMoose' => '0.13,' + 'MooseX::NonMoose' => '0.13', 'MooseX::Params::Validate' => '0.05', 'MooseX::POE' => '0.205', 'MooseX::Role::Cmd' => '0.06',