From: Dave Rolsky Date: Wed, 14 Jul 2010 19:14:07 +0000 (-0500) Subject: Conflict with MX::SAA 0.05 X-Git-Tag: 1.09~28 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a713cb6ef7f307a024ec66cd24c5a769e1fe89d1;p=gitmo%2FMoose.git Conflict with MX::SAA 0.05 --- diff --git a/Makefile.PL b/Makefile.PL index 573d568..75451ce 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -50,25 +50,26 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( - 'Catalyst' => '5.80017', - 'Devel::REPL' => '1.003008', - 'Fey::ORM' => '0.23', - 'File::ChangeNotify' => '0.15', - 'KiokuDB' => '0.41', - 'MooseX::Aliases' => '0.07', - 'MooseX::AttributeHelpers' => '0.22', - 'MooseX::Attribute::Prototype' => '0.10', - 'MooseX::ClassAttribute' => '0.09', - 'MooseX::MethodAttributes' => '0.18', - 'MooseX::NonMoose' => '0.07', - 'MooseX::Params::Validate' => '0.05', - 'MooseX::Role::Cmd' => '0.06', - 'MooseX::Role::WithOverloading' => '0.04', - 'MooseX::Singleton' => '0.19', - 'MooseX::StrictConstructor' => '0.08', - 'MooseX::Types' => '0.19', - 'namespace::autoclean' => '0.08', - 'Pod::Elemental' => '0.093280', + 'Catalyst' => '5.80017', + 'Devel::REPL' => '1.003008', + 'Fey::ORM' => '0.23', + 'File::ChangeNotify' => '0.15', + 'KiokuDB' => '0.41', + 'MooseX::Aliases' => '0.07', + 'MooseX::AttributeHelpers' => '0.22', + 'MooseX::Attribute::Prototype' => '0.10', + 'MooseX::ClassAttribute' => '0.09', + 'MooseX::MethodAttributes' => '0.18', + 'MooseX::NonMoose' => '0.07', + 'MooseX::Params::Validate' => '0.05', + 'MooseX::Role::Cmd' => '0.06', + 'MooseX::Role::WithOverloading' => '0.04', + 'MooseX::SemiAffordanceAccessor' => '0.05', + 'MooseX::Singleton' => '0.19', + 'MooseX::StrictConstructor' => '0.08', + 'MooseX::Types' => '0.19', + 'namespace::autoclean' => '0.08', + 'Pod::Elemental' => '0.093280', ); my $found = 0;