Can has sane version plzkthnx?
Tomas Doran [Tue, 14 Apr 2009 19:27:46 +0000 (19:27 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 89af63e..51b5b89 100644 (file)
--- 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)
index a02ffe8..a50a505 100644 (file)
@@ -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',