From: Dave Rolsky Date: Mon, 4 Jan 2010 18:07:13 +0000 (-0600) Subject: Conflict with MX::Role::Cmd <= 0.06 X-Git-Tag: 0.93_01~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=90b5eb8cb8054b495b3161f0502f0c25b2fab390;p=gitmo%2FMoose.git Conflict with MX::Role::Cmd <= 0.06 --- diff --git a/Makefile.PL b/Makefile.PL index d71fd82..03e71d3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -50,6 +50,7 @@ sub check_conflicts { 'MooseX::MethodAttributes' => '0.18', 'MooseX::NonMoose' => '0.05', 'MooseX::Params::Validate' => '0.05', + 'MooseX::Role::Cmd' => '0.06', 'MooseX::Singleton' => '0.19', 'MooseX::StrictConstructor' => '0.07', 'MooseX::Types' => '0.19',