[Catalyst-commits] r10391 - trunk/examples/SmokeServer

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sat May 30 14:58:25 GMT 2009


Author: t0m
Date: 2009-05-30 14:58:25 +0000 (Sat, 30 May 2009)
New Revision: 10391

Modified:
   trunk/examples/SmokeServer/Makefile.PL
Log:
Fix dep

Modified: trunk/examples/SmokeServer/Makefile.PL
===================================================================
--- trunk/examples/SmokeServer/Makefile.PL	2009-05-30 13:44:01 UTC (rev 10390)
+++ trunk/examples/SmokeServer/Makefile.PL	2009-05-30 14:58:25 UTC (rev 10391)
@@ -22,6 +22,7 @@
 requires 'Catalyst::Plugin::Session::State::Cookie' => '0';
 requires 'Catalyst::Plugin::Session::Store::FastMmap' => '0';
 requires 'Catalyst::Plugin::Session::Defaults' => '0';
+requires 'Catalyst::Plugin::Static::Simple' => '0';
 requires 'Catalyst::Model::DBIC::Schema' => '0';
 requires 'Catalyst::View::TT::FunctionGenerator' => '0';
 requires 'Catalyst::View::JSON' => '0';




More information about the Catalyst-commits mailing list