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

Plack::Handler::Fliggy - Adapter for Fliggy

SYNOPSIS

plackup -s Fliggy --port 9090

DESCRIPTION

This is an adapter to run PSGI apps on Fliggy via plackup.

METHODS

new

my $handler = Plack::Handler::Fliggy->new;

Create new instance.

run

$handler->run;

Run the server.

SEE ALSO

plackup