The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Yeb::Plugin::Static - Yeb Plugin for Plack::Middleware::Static

VERSION

version 0.104

SYNOPSIS

  package MyYeb;

  use Yeb;

  BEGIN {
    plugin 'Static', default_root => root('htdocs');
  }

  static qr{^/};
  static_404 qr{^/images/}, root('htdocs');

  1;

FRAMEWORK FUNCTIONS

static

static_404

SUPPORT

IRC

  Join #web-simple on irc.perl.org. Highlight Getty for fast reaction :).

Repository

  http://github.com/Getty/p5-yeb
  Pull request and additional contributors are welcome

Issue Tracker

  http://github.com/Getty/p5-yeb/issues

AUTHOR

Torsten Raudssus <torsten@raudss.us>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.