Download: Fliggy-0.009003.tar.gz
Dependencies
Annotate this POD
Plack::Handler::Fliggy - Adapter for Fliggy
plackup -s Fliggy --port 9090
This is an adapter to run PSGI apps on Fliggy via plackup.
new
my $handler = Plack::Handler::Fliggy->new;
Create new instance.
run
$handler->run;
Run the server.
plackup