NAME CGI::Application::Plugin::Stash - add stash to CGI::Application SYNOPSIS use CGI::Application::Plugin::Stash; $self->stash->{foo}='bar'; $self->param('foo','bar'); #same DESCRIPTION CGI::Application::Plugin::Stash is a plugin for CGI::Application. This module allow you to call stash like Catalyst. SEE ALSO CGI::Application Catalyst AUTHOR Masahiro Nagano, <kazeburo@gmail.com> COPYRIGHT AND LI