There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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.