X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=4633b1f2a508f114d528d1eb03db3b65dedaa4cb;hb=a183ff6bda2ae98ef8f4a4f979647052e0020dea;hp=c43de77e3f4a0d8faa907dfed082775ec6c58334;hpb=ba248b38837f2089582aa4a5e0faa3f2801e6c5a;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index c43de77..4633b1f 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -6,7 +6,6 @@ use warnings; use Maypole::Config; use Maypole::Constants; use Maypole::Headers; -use Maypole::Components; use URI(); use URI::QueryParam; use NEXT; @@ -468,11 +467,9 @@ sub handler : method { return $status; } -=back - -=head2 component +=item component - Run Maypole sub-requests as components using L + Run Maypole sub-requests as a component of the request [% request.component("/beer/view_as_component/20") %]