From: Dave Rolsky Date: Wed, 28 Jul 2010 04:45:58 +0000 (-0500) Subject: Conflict with MX::POE 0.205 X-Git-Tag: 1.10~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d7c4dde648d168ae06c9d21a1277e9a292cbc42c;p=gitmo%2FMoose.git Conflict with MX::POE 0.205 --- diff --git a/Makefile.PL b/Makefile.PL index 56b21e4..231ea05 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -66,8 +66,9 @@ 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', 'MooseX::Role::WithOverloading' => '0.07', 'MooseX::SemiAffordanceAccessor' => '0.05',