From: Tomas Doran Date: Tue, 14 Apr 2009 19:27:46 +0000 (+0000) Subject: Can has sane version plzkthnx? X-Git-Tag: 5.80001~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=9992a5990019714a7272a6b656acae25d95e46c3 Can has sane version plzkthnx? --- diff --git a/Changes b/Changes index 89af63e..51b5b89 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ - Test uri_with clears query params when they are set to undef (Ian Wells) + - Complain about old Catalyst::Devel versions which generated + ->setup(qw/-Debug... etc as this is disrecommended (t0m) 5.8000_07 2009-04-12 13:37 - Add the Catalyst::Dispatcher->dispatch_type method (ash) diff --git a/Makefile.PL b/Makefile.PL index a02ffe8..a50a505 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -107,6 +107,7 @@ EOF # NOTE - This is the version number of the _incompatible_ code, # not the version number of the fixed version. my %conflicts = ( + 'Catalyst::Devel' => '0.09', 'Catalyst::Plugin::SmartURI' => '0.029', 'CatalystX::CRUD' => '0.37', 'Catalyst::Action::RenderView' => '0.07',