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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Feb 8 23:39:03 GMT 2010


Author: t0m
Date: 2010-02-08 23:39:02 +0000 (Mon, 08 Feb 2010)
New Revision: 12836

Modified:
   trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL
Log:
Add missing dep

Modified: trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL	2010-02-08 21:46:15 UTC (rev 12835)
+++ trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL	2010-02-08 23:39:02 UTC (rev 12836)
@@ -7,6 +7,7 @@
 all_from 'lib/MyApp.pm';
 
 requires 'Catalyst::Runtime' => '5.80018';
+requires 'Catalyst::Authentication::Realm::SimpleDB';
 requires 'Catalyst::Plugin::ConfigLoader';
 requires 'Catalyst::Plugin::Static::Simple';
 requires 'Catalyst::Plugin::StackTrace';




More information about the Catalyst-commits mailing list