[Catalyst-commits] r8031 - in
trunk/CatalystX-Imports/lib/CatalystX: . Imports
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sat Jun 28 15:15:48 BST 2008
Author: rafl
Date: 2008-06-28 15:15:48 +0100 (Sat, 28 Jun 2008)
New Revision: 8031
Modified:
trunk/CatalystX-Imports/lib/CatalystX/Imports.pm
trunk/CatalystX-Imports/lib/CatalystX/Imports/Vars.pm
Log:
Flash vars documentation.
Modified: trunk/CatalystX-Imports/lib/CatalystX/Imports/Vars.pm
===================================================================
--- trunk/CatalystX-Imports/lib/CatalystX/Imports/Vars.pm 2008-06-28 14:15:34 UTC (rev 8030)
+++ trunk/CatalystX-Imports/lib/CatalystX/Imports/Vars.pm 2008-06-28 14:15:48 UTC (rev 8031)
@@ -58,8 +58,8 @@
in your action.
You can use a hash reference to specify what variables you want to bind
-to their respective fields in the session or stash, as demonstrated in
-the L</SYNOPSIS>.
+to their respective fields in the session, flash or stash, as
+demonstrated in the L</SYNOPSIS>.
=cut
Modified: trunk/CatalystX-Imports/lib/CatalystX/Imports.pm
===================================================================
--- trunk/CatalystX-Imports/lib/CatalystX/Imports.pm 2008-06-28 14:15:34 UTC (rev 8030)
+++ trunk/CatalystX-Imports/lib/CatalystX/Imports.pm 2008-06-28 14:15:48 UTC (rev 8031)
@@ -86,7 +86,8 @@
my ($self, $ctx, @args) = @_;
in one of your actions. It also allows you to import variables bound to
-values in the stash or session stores, like shown in the L</SYNOPSIS>.
+values in the stash, flash or session stores, like shown in the
+L</SYNOPSIS>.
You can use this functionality via the C<Vars> argument on the C<use>
line:
More information about the Catalyst-commits
mailing list