[Catalyst-commits] r12839 - trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Feb 8 23:58:18 GMT 2010


Author: t0m
Date: 2010-02-08 23:58:18 +0000 (Mon, 08 Feb 2010)
New Revision: 12839

Modified:
   trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL
Log:
Also need tt

Modified: trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL	2010-02-08 23:41:00 UTC (rev 12838)
+++ trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL	2010-02-08 23:58:18 UTC (rev 12839)
@@ -17,6 +17,7 @@
 requires 'Catalyst::Plugin::Session::Store::FastMmap';
 requires 'Catalyst::Plugin::Session::State::Cookie';
 requires 'Catalyst::Action::RenderView';
+requires 'Catalyst::View::TT';
 requires 'HTML::FormHandler::Model::DBIC';
 requires 'Moose';
 requires 'namespace::autoclean';




More information about the Catalyst-commits mailing list