From: Florian Ragwitz Date: Mon, 8 Mar 2010 20:20:40 +0000 (+0100) Subject: Add Devel::REPL to conflicts. X-Git-Tag: 0.99~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a666d43ac032313d73186a5eeab6f750022818c1;p=gitmo%2FMoose.git Add Devel::REPL to conflicts. --- diff --git a/Makefile.PL b/Makefile.PL index db8d47a..3b31439 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -46,6 +46,7 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( + 'Devel::REPL' => '1.003008', 'Fey::ORM' => '0.23', 'Catalyst' => '5.80017', 'MooseX::Aliases' => '0.07',