The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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