X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FView%2FComponent%2FSubInclude.pm;fp=lib%2FCatalyst%2FView%2FComponent%2FSubInclude.pm;h=a2b08a6a582621ff69ea1f2bb964774678ef6fe4;hb=6bd0988d8e1edd222ead8c640aaab7008505ecda;hp=4bb7f6906986bb77befc4340db63fc73b00da423;hpb=bff1b853c17ad52e468fe8984ab3b18964463c7f;p=catagits%2FCatalyst-View-Component-SubInclude.git diff --git a/lib/Catalyst/View/Component/SubInclude.pm b/lib/Catalyst/View/Component/SubInclude.pm index 4bb7f69..a2b08a6 100644 --- a/lib/Catalyst/View/Component/SubInclude.pm +++ b/lib/Catalyst/View/Component/SubInclude.pm @@ -47,10 +47,13 @@ L, so using L in your view is required. Simply put, it's a way to include the output of a Catalyst sub-request somewhere in your page. -It's built in an extensible way so that you're free to use sub-requests, Varnish -ESI (L) or any other +It's built in an extensible way so that you're free to use sub-requests, +Varnish ESI (L) or any other sub-include plugin you might want to implement. An LWP plugin seems useful and -might be developed in the future. +might be developed in the future. If you need to address a resource by it's +public path (i.e. the path part trailing C then you +will need to use L directly, and not this +component. =head1 STASH FUNCTIONS