The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME
    Catalyst::Plugin::Static - Serve static files with Catalyst

SYNOPSIS
        use Catalyst 'Static';

        $c->serve_static;

DESCRIPTION
    Serve static files from config->{root}.

  METHODS
   serve_static
SEE ALSO
    Catalyst.

AUTHOR
    Sebastian Riedel, "sri@cpan.org"

COPYRIGHT
    This program is free software, you can redistribute it and/or modify it
    under the same terms as Perl itself.