From: Tomas Doran Date: Mon, 16 Jul 2012 16:37:18 +0000 (+0100) Subject: Trailing space X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-Component-SubInclude.git;a=commitdiff_plain;h=540861e81c019481d09749e34823ed33a1b67a37 Trailing space --- diff --git a/lib/Catalyst/View/Component/SubInclude/SubRequest.pm b/lib/Catalyst/View/Component/SubInclude/SubRequest.pm index 469808a..4a81a94 100644 --- a/lib/Catalyst/View/Component/SubInclude/SubRequest.pm +++ b/lib/Catalyst/View/Component/SubInclude/SubRequest.pm @@ -47,7 +47,7 @@ Then, somewhere in your templates: =head1 DESCRIPTION C uses Catalyst sub-requests -to render the subinclude contents. +to render the subinclude contents. It requires L. @@ -102,7 +102,7 @@ sub generate_subinclude { unless $c->can('sub_request'); my $query = ref $params[-1] eq 'HASH' ? pop @params : {}; - + my $action = blessed($path) ? $path : $c->dispatcher->get_action_by_path($path); @@ -114,7 +114,7 @@ sub generate_subinclude { =head1 SEE ALSO -L, +L, L =head1 AUTHOR