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

NAME

PAD - create PSGI app that serve filtered files

SYNOPSIS

    use PAD;
    my $pad = PAD->new(plugin => $class);
    my $app = $pad->psgi_app;

DESCRIPTION

PAD is useful HTTP server

AUTHOR

punytan <punytan@gmail.com>

SEE ALSO

LICENSE

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