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