[Catalyst-commits] r13248 - in trunk/examples/Tutorial: MyApp_Chapter6/MyApp MyApp_Chapter7/MyApp MyApp_Chapter8/MyApp MyApp_Chapter9_FormHandler/MyApp

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Thu May 13 16:33:41 GMT 2010


Author: caelum
Date: 2010-05-13 17:33:41 +0100 (Thu, 13 May 2010)
New Revision: 13248

Modified:
   trunk/examples/Tutorial/MyApp_Chapter6/MyApp/Makefile.PL
   trunk/examples/Tutorial/MyApp_Chapter7/MyApp/Makefile.PL
   trunk/examples/Tutorial/MyApp_Chapter8/MyApp/Makefile.PL
   trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL
Log:
add Perl6::Junction dep

Modified: trunk/examples/Tutorial/MyApp_Chapter6/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter6/MyApp/Makefile.PL	2010-05-13 15:55:51 UTC (rev 13247)
+++ trunk/examples/Tutorial/MyApp_Chapter6/MyApp/Makefile.PL	2010-05-13 16:33:41 UTC (rev 13248)
@@ -19,7 +19,9 @@
 requires 'Catalyst::Plugin::Session';
 requires 'Catalyst::Plugin::Session::Store::FastMmap';
 requires 'Catalyst::Plugin::Session::State::Cookie';
+requires 'Perl6::Junction';
 test_requires 'Test::More' => '0.88';
+
 catalyst;
 
 install_script glob('script/*.pl');

Modified: trunk/examples/Tutorial/MyApp_Chapter7/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter7/MyApp/Makefile.PL	2010-05-13 15:55:51 UTC (rev 13247)
+++ trunk/examples/Tutorial/MyApp_Chapter7/MyApp/Makefile.PL	2010-05-13 16:33:41 UTC (rev 13248)
@@ -19,7 +19,9 @@
 requires 'Catalyst::Plugin::Session';
 requires 'Catalyst::Plugin::Session::Store::FastMmap';
 requires 'Catalyst::Plugin::Session::State::Cookie';
+requires 'Perl6::Junction';
 test_requires 'Test::More' => '0.88';
+
 catalyst;
 
 install_script glob('script/*.pl');

Modified: trunk/examples/Tutorial/MyApp_Chapter8/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter8/MyApp/Makefile.PL	2010-05-13 15:55:51 UTC (rev 13247)
+++ trunk/examples/Tutorial/MyApp_Chapter8/MyApp/Makefile.PL	2010-05-13 16:33:41 UTC (rev 13248)
@@ -19,7 +19,9 @@
 requires 'Catalyst::Plugin::Session';
 requires 'Catalyst::Plugin::Session::Store::FastMmap';
 requires 'Catalyst::Plugin::Session::State::Cookie';
+requires 'Perl6::Junction';
 test_requires 'Test::More' => '0.88';
+
 catalyst;
 
 install_script glob('script/*.pl');

Modified: trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL	2010-05-13 15:55:51 UTC (rev 13247)
+++ trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL	2010-05-13 16:33:41 UTC (rev 13248)
@@ -23,7 +23,9 @@
 requires 'namespace::autoclean';
 requires 'Config::General'; # This should reflect the config file format you've chosen
                  # See Catalyst::Plugin::ConfigLoader for supported formats
+requires 'Perl6::Junction';
 test_requires 'Test::More' => '0.88';
+
 catalyst;
 
 install_script glob('script/*.pl');




More information about the Catalyst-commits mailing list