[Catalyst-commits] r9947 - Catalyst-Action-RenderView/trunk

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Wed Apr 29 16:24:03 GMT 2009


Author: rafl
Date: 2009-04-29 17:24:02 +0100 (Wed, 29 Apr 2009)
New Revision: 9947

Modified:
   Catalyst-Action-RenderView/trunk/Makefile.PL
Log:
Depend on Data::Visitor 0.24 to get rid of Class::MOP deprecation warnings.

Modified: Catalyst-Action-RenderView/trunk/Makefile.PL
===================================================================
--- Catalyst-Action-RenderView/trunk/Makefile.PL	2009-04-29 16:16:43 UTC (rev 9946)
+++ Catalyst-Action-RenderView/trunk/Makefile.PL	2009-04-29 16:24:02 UTC (rev 9947)
@@ -9,7 +9,7 @@
 
 requires 'Catalyst::Runtime' => '5.70';
 requires 'Test::More';
-requires 'Data::Visitor' => '0.08';
+requires 'Data::Visitor' => '0.24';
 requires 'MRO::Compat';
 
 test_requires 'HTTP::Request::AsCGI';




More information about the Catalyst-commits mailing list