[Catalyst-commits] r9700 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Tue Apr 14 19:27:47 GMT 2009
Author: t0m
Date: 2009-04-14 20:27:46 +0100 (Tue, 14 Apr 2009)
New Revision: 9700
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Can has sane version plzkthnx?
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-04-14 19:25:44 UTC (rev 9699)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-04-14 19:27:46 UTC (rev 9700)
@@ -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)
Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-04-14 19:25:44 UTC (rev 9699)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-04-14 19:27:46 UTC (rev 9700)
@@ -107,6 +107,7 @@
# 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',
More information about the Catalyst-commits
mailing list