[Catalyst-commits] r11181 - Catalyst-Runtime/5.80/trunk

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Fri Aug 21 15:51:27 GMT 2009


Author: rafl
Date: 2009-08-21 15:51:26 +0000 (Fri, 21 Aug 2009)
New Revision: 11181

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
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.

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-08-21 13:07:54 UTC (rev 11180)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-08-21 15:51:26 UTC (rev 11181)
@@ -119,7 +119,7 @@
     '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',




More information about the Catalyst-commits mailing list