subrequest patched to make docs match impl
[catagits/Catalyst-Plugin-SubRequest.git] / README
CommitLineData
aae30f91 1NAME
2 Catalyst::Plugin::Static - Serve static files with Catalyst
3
4SYNOPSIS
5 use Catalyst 'Static';
6
7 $c->serve_static;
8
9DESCRIPTION
10 Serve static files from config->{root}.
11
12 METHODS
13 serve_static
14SEE ALSO
15 Catalyst.
16
17AUTHOR
18 Sebastian Riedel, "sri@cpan.org"
19
20COPYRIGHT
21 This program is free software, you can redistribute it and/or modify it
22 under the same terms as Perl itself.
23