From: Dave Rolsky Date: Wed, 6 Jan 2010 05:37:13 +0000 (-0600) Subject: Add conflict on MX::Role::WithOverloading 0.04 X-Git-Tag: 0.94~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e8684a56e6bce058d43e50f97cceaae9c42f8ae;p=gitmo%2FMoose.git Add conflict on MX::Role::WithOverloading 0.04 --- diff --git a/Makefile.PL b/Makefile.PL index 0479f52..5d06682 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -43,18 +43,19 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( - 'Fey::ORM' => '0.23', - 'MooseX::Aliases' => '0.07', - 'MooseX::AttributeHelpers' => '0.22', - 'MooseX::ClassAttribute' => '0.09', - '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', - 'namespace::autoclean' => '0.08', + 'Fey::ORM' => '0.23', + 'MooseX::Aliases' => '0.07', + 'MooseX::AttributeHelpers' => '0.22', + 'MooseX::ClassAttribute' => '0.09', + 'MooseX::MethodAttributes' => '0.18', + 'MooseX::NonMoose' => '0.05', + 'MooseX::Params::Validate' => '0.05', + 'MooseX::Role::Cmd' => '0.06', + 'MooseX::Role::WithOverloading' => '0.04', + 'MooseX::Singleton' => '0.19', + 'MooseX::StrictConstructor' => '0.07', + 'MooseX::Types' => '0.19', + 'namespace::autoclean' => '0.08', ); my $found = 0;