aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/Controller.pm
diff options
context:
space:
mode:
authorcastaway <castaway@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-16 19:35:45 +0000
committercastaway <castaway@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-16 19:35:45 +0000
commitbd1aa0c203d4e2c70aeb2ced17ad023d2a27dd8f (patch)
tree41a866b4e4dc83aa2cd51ee06e497a07f8746669 /lib/Reaction/UI/Controller.pm
parentd98c38f818ed12acc107ad327ec3864ef4ade96a (diff)
downloadreaction-bd1aa0c203d4e2c70aeb2ced17ad023d2a27dd8f.tar.gz
reaction-bd1aa0c203d4e2c70aeb2ced17ad023d2a27dd8f.zip
Fix NAME in POD
Diffstat (limited to 'lib/Reaction/UI/Controller.pm')
-rw-r--r--lib/Reaction/UI/Controller.pm11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/Reaction/UI/Controller.pm b/lib/Reaction/UI/Controller.pm
index 0ccba8f..361a5c2 100644
--- a/lib/Reaction/UI/Controller.pm
+++ b/lib/Reaction/UI/Controller.pm
@@ -79,7 +79,7 @@ __END__;
=head1 NAME
-Reaction::UI::Widget::Controller
+Reaction::UI::Controller
=head1 DESCRIPTION
@@ -97,10 +97,11 @@ Base Reaction Controller class. Inherits from:
=head2 push_viewport $vp_class, %args
-Will create a new instance of $vp_class with the arguments of %args merged in with
-any arguments in the ViewPort attribute of the current Catalyst action
-(also accessible through the controller config), add it to the main FocusStack
-(C<$c-E<gt>stash-E<gt>{focus_stack}>) and return the instantiated viewport.
+Will create a new instance of $vp_class with the arguments of %args
+merged in with any arguments in the ViewPort attribute of the current
+Catalyst action (also accessible through the controller config), add
+it to the main FocusStack (C<$c-E<gt>stash-E<gt>{focus_stack}>) and
+return the instantiated viewport.
TODO: explain how next_action as a scalar gets converted to the redirect arrayref thing