From: Florian Ragwitz Date: Fri, 21 Aug 2009 15:51:26 +0000 (+0000) Subject: Now we don't have the broken restarter engine anymore, we conflict with old Catalyst... X-Git-Tag: 5.80008~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=5e177741088e696314b644f0e0a11d700a89d9d0 Now we don't have the broken restarter engine anymore, we conflict with old Catalyst::Devel versions, that don't have the new restarter yet. --- diff --git a/Makefile.PL b/Makefile.PL index 6a00644..ed5f13d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -119,7 +119,7 @@ my %conflicts = ( 'Catalyst::Plugin::Upload::Image::Magick' => '0.03', 'Catalyst::Plugin::ConfigLoader' => '0.22', # Older versions work but # throw Data::Visitor warns - 'Catalyst::Devel' => '0.09', + 'Catalyst::Devel' => '1.19', 'Catalyst::Plugin::SmartURI' => '0.032', 'CatalystX::CRUD' => '0.37', 'Catalyst::Action::RenderView' => '0.07',