NAME Catalyst::View::Component::SubInclude - Use subincludes in your Catalyst views VERSION Version 0.07 DESCRIPTION "Catalyst::View::Component::SubInclude" allows you to include content in your templates (or, more generally, somewhere in your view's "render" processing) which comes from another action in your application. It's implemented as a Moose::Role, so using Moose 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 () or any other sub-include plugin you might want to implement. An LWP plugin seems useful and might be developed in the future. SEE ALSO Catalyst::Plugin::SubRequest, Moose::Role, Moose, AUTHOR Nilson Santos Figueiredo Junior, "" SPONSORSHIP Development sponsored by Ionzero LLC . COPYRIGHT & LICENSE Copyright (C) 2009 Nilson Santos Figueiredo Junior. Copyright (C) 2009 Ionzero LLC. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.