[Catalyst-commits] r13240 - trunk/examples/Tutorial/MyApp_Chapter9_FormFu/MyApp

nigel at dev.catalyst.perl.org nigel at dev.catalyst.perl.org
Thu May 13 11:35:57 GMT 2010


Author: nigel
Date: 2010-05-13 12:35:57 +0100 (Thu, 13 May 2010)
New Revision: 13240

Modified:
   trunk/examples/Tutorial/MyApp_Chapter9_FormFu/MyApp/Makefile.PL
   trunk/examples/Tutorial/MyApp_Chapter9_FormFu/MyApp/myapp.db
Log:
Added unlisted dep Perl6::Junction to Makefile.PL

Modified: trunk/examples/Tutorial/MyApp_Chapter9_FormFu/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter9_FormFu/MyApp/Makefile.PL	2010-05-12 11:48:40 UTC (rev 13239)
+++ trunk/examples/Tutorial/MyApp_Chapter9_FormFu/MyApp/Makefile.PL	2010-05-13 11:35:57 UTC (rev 13240)
@@ -20,6 +20,7 @@
 requires 'Catalyst::Plugin::Session::Store::FastMmap';
 requires 'Catalyst::Plugin::Session::State::Cookie';
 requires 'Catalyst::Controller::HTML::FormFu';
+requires 'Perl6::Junction';
 test_requires 'Test::More' => '0.88';
 catalyst;
 

Modified: trunk/examples/Tutorial/MyApp_Chapter9_FormFu/MyApp/myapp.db
===================================================================
(Binary files differ)




More information about the Catalyst-commits mailing list