The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Plack::Server::AnyEvent::Server::Starter - Use AnyEvent-Based Plack Apps From Server::Starter

SYNOPSIS

   % start_server --port=80 -- plackup -s AnyEvent::Server::Starter

DEPRECATION WARNING

This module is now merged with Twiggy, and is now deprecated. Please use Plack 0.99+ and Twiggy instead.

DESCRIPTION

Plack::Server::AnyEvent::Server::Starter is a wrapper to manage Plack::Server::AnyEvent using Server::Starter. Use this module when, for example, you want to run a Tatsumaki app (which is AnyEvent based) via Server::Starter.

SEE ALSO

Twiggy Server::Starter Plack::Server::AnyEvent Plack::Server::Standalone::Prefork::Server::Starter

AUTHOR

Daisuke Maki

Much code stolen from AnyEvent 5.24 (by Marc Lehman), and Server::Starter SYNOPSIS (Kazuho Oku)

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html