[Catalyst-commits] r7665 - trunk/examples/NewAuthApp

edenc at dev.catalyst.perl.org edenc at dev.catalyst.perl.org
Thu May 1 02:30:34 BST 2008


Author: edenc
Date: 2008-05-01 02:30:34 +0100 (Thu, 01 May 2008)
New Revision: 7665

Modified:
   trunk/examples/NewAuthApp/Makefile.PL
Log:
fixed Makefile.PL typo

Modified: trunk/examples/NewAuthApp/Makefile.PL
===================================================================
--- trunk/examples/NewAuthApp/Makefile.PL	2008-05-01 01:25:56 UTC (rev 7664)
+++ trunk/examples/NewAuthApp/Makefile.PL	2008-05-01 01:30:34 UTC (rev 7665)
@@ -10,7 +10,7 @@
 requires 'Catalyst::Plugin::Authorization::Roles';
 requires 'Catalyst::Plugin::Session';
 requires 'Catalyst::Plugin::Session::State::Cookie';
-requires 'Catalyst::Plugin::Session::Store::FastMmapp';
+requires 'Catalyst::Plugin::Session::Store::FastMmap';
 requires 'Catalyst::Authentication::Store::DBIx::Class';
 requires 'Catalyst::View::TT';
 requires 'Catalyst::Action::RenderView';




More information about the Catalyst-commits mailing list