NAME
Catalyst::Plugin::SanitizeUrl::PrepAction - A class to abstract functionality out of the prepare_action method.
SYNOPSIS
For internal use by Catalyst::Plugin::SanitizeUrl .
$c->get_action_path
Calculate the path components for the action. Returns an array reference containing the
$c->prepare_action
Prepare action. This function is nearly identical to the one in Catalyst.pm with the only difference is the extraction of the get_action_path() method. <sigh />
SEE ALSO
AUTHOR
Sebastian Riedel, sri@cpan.org
Modified by Shlomi Fish, shlomif@iglu.org.il
(All rights disclaimed).
LICENSE
This program is free software. You may copy or redistribute it under the same terms as Perl itself.