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::UniEvent::HTTP::Simple - Plack adapter for single process UniEvent::HTTP server

SYNOPSIS

plackup -s UniEvent::HTTP::Simple --listen *:5000 -E deployment app.psgi

DESCRIPTION

This is an adapter to run PSGI apps as single process on UniEvent::HTTP.

To run PSGI apps in multiprocess/multithread environment, see Plack::Handler::UniEvent::HTTP