Fix some issues with Args/Captures in the SubRequest and Visit plugins and add more...
[catagits/Catalyst-View-Component-SubInclude.git] / README
CommitLineData
b2285828 1NAME
2 Catalyst::View::Component::SubInclude - Use subincludes in your Catalyst
3 views
4
5VERSION
7c937ccc 6 Version 0.05
b2285828 7
8DESCRIPTION
9 "Catalyst::View::Component::SubInclude" allows you to include content in
10 your templates (or, more generally, somewhere in your view's "render"
11 processing) which comes from another action in your application. It's
12 implemented as a Moose::Role, so using Moose in your view is required.
13
14 Simply put, it's a way to include the output of a Catalyst sub-request
15 somewhere in your page.
16
17 It's built in an extensible way so that you're free to use sub-requests,
18 Varnish ESI (<http://www.catalystframework.org/calendar/2008/17>) or any
19 other sub-include plugin you might want to implement. An LWP plugin
20 seems useful and might be developed in the future.
21
22SEE ALSO
23 Catalyst::Plugin::SubRequest, Moose::Role, Moose,
24 <http://www.catalystframework.org/calendar/2008/17>
25
26AUTHOR
27 Nilson Santos Figueiredo Junior, "<nilsonsfj at cpan.org>"
28
29SPONSORSHIP
30 Development sponsored by Ionzero LLC <http://www.ionzero.com/>.
31
32COPYRIGHT & LICENSE
33 Copyright (C) 2009 Nilson Santos Figueiredo Junior.
34
35 Copyright (C) 2009 Ionzero LLC.
36
37 This program is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself.