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 - 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.