From: Dave Rolsky Date: Mon, 12 Jul 2010 16:17:51 +0000 (-0500) Subject: Keep conflicts list alphabetized X-Git-Tag: 1.09~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f43f5099568ef75f41c02493102596742c801fa;p=gitmo%2FMoose.git Keep conflicts list alphabetized --- diff --git a/Makefile.PL b/Makefile.PL index 54f4ca6..2b4c182 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -48,9 +48,10 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( + 'Catalyst' => '5.80017', 'Devel::REPL' => '1.003008', 'Fey::ORM' => '0.23', - 'Catalyst' => '5.80017', + 'KiokuDB' => '0.41', 'MooseX::Aliases' => '0.07', 'MooseX::AttributeHelpers' => '0.22', 'MooseX::Attribute::Prototype' => '0.10', @@ -63,9 +64,8 @@ sub check_conflicts { 'MooseX::Singleton' => '0.19', 'MooseX::StrictConstructor' => '0.07', 'MooseX::Types' => '0.19', - 'Pod::Elemental' => '0.093280', 'namespace::autoclean' => '0.08', - 'KiokuDB' => '0.41', + 'Pod::Elemental' => '0.093280', ); my $found = 0;