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

NAME

pad - run Plack::App::Direcoty with filter plugins

SYNOPSIS

    # run HTTP server that serves current directory
    pad
    pad Static

    # enable PAD::Plugin::Markdown
    pad Markdown

    # listen on different port
    pad Static --port 8080

AUTHOR

punytan <punytan@gmail.com>

SEE ALSO

PAD

LICENSE

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