[Catalyst-commits] r12825 - in trunk/examples/Tutorial:
MyApp_Chapter5/MyApp/lib MyApp_Chapter6/MyApp/lib
MyApp_Chapter7/MyApp/lib
caelum at dev.catalyst.perl.org
caelum at dev.catalyst.perl.org
Sun Feb 7 11:38:23 GMT 2010
Author: caelum
Date: 2010-02-07 11:38:23 +0000 (Sun, 07 Feb 2010)
New Revision: 12825
Modified:
trunk/examples/Tutorial/MyApp_Chapter5/MyApp/lib/MyApp.pm
trunk/examples/Tutorial/MyApp_Chapter6/MyApp/lib/MyApp.pm
trunk/examples/Tutorial/MyApp_Chapter7/MyApp/lib/MyApp.pm
Log:
add flash_to_stash => 1 to chapter 5/6/7 code
Modified: trunk/examples/Tutorial/MyApp_Chapter5/MyApp/lib/MyApp.pm
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter5/MyApp/lib/MyApp.pm 2010-02-07 11:29:48 UTC (rev 12824)
+++ trunk/examples/Tutorial/MyApp_Chapter5/MyApp/lib/MyApp.pm 2010-02-07 11:38:23 UTC (rev 12825)
@@ -44,6 +44,7 @@
name => 'MyApp',
# Disable deprecated behavior needed by old applications
disable_component_resolution_regex_fallback => 1,
+ session => { flash_to_stash => 1 },
);
# Configure SimpleDB Authentication
Modified: trunk/examples/Tutorial/MyApp_Chapter6/MyApp/lib/MyApp.pm
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter6/MyApp/lib/MyApp.pm 2010-02-07 11:29:48 UTC (rev 12824)
+++ trunk/examples/Tutorial/MyApp_Chapter6/MyApp/lib/MyApp.pm 2010-02-07 11:38:23 UTC (rev 12825)
@@ -45,6 +45,7 @@
name => 'MyApp',
# Disable deprecated behavior needed by old applications
disable_component_resolution_regex_fallback => 1,
+ session => { flash_to_stash => 1 },
);
# Configure SimpleDB Authentication
Modified: trunk/examples/Tutorial/MyApp_Chapter7/MyApp/lib/MyApp.pm
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter7/MyApp/lib/MyApp.pm 2010-02-07 11:29:48 UTC (rev 12824)
+++ trunk/examples/Tutorial/MyApp_Chapter7/MyApp/lib/MyApp.pm 2010-02-07 11:38:23 UTC (rev 12825)
@@ -45,6 +45,7 @@
name => 'MyApp',
# Disable deprecated behavior needed by old applications
disable_component_resolution_regex_fallback => 1,
+ session => { flash_to_stash => 1 },
);
# Configure SimpleDB Authentication
More information about the Catalyst-commits
mailing list