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

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Fri Aug 21 16:12:58 GMT 2009


Author: rafl
Date: 2009-08-21 16:12:57 +0000 (Fri, 21 Aug 2009)
New Revision: 11182

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Conflict with the latest mason view, which blows up because of the new component_name constructor arg.

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-08-21 15:51:26 UTC (rev 11181)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-08-21 16:12:57 UTC (rev 11182)
@@ -130,6 +130,7 @@
     'Catalyst::Action::REST'           => '0.67',
     'CatalystX::CRUD'                  => '0.42',
     'CatalystX::CRUD::Model::RDBO'     => '0.20',
+    'Catalyst::View::Mason'            => '0.17',
 );
 check_conflicts(%conflicts);
 




More information about the Catalyst-commits mailing list