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

0.11
	- suppress the warning "Use of "goto" to jump into a construct is deprecated"

0.10
	- switch from alarm-based polling to select-based
	- use TCP_DEFER_ACCEPT on linux
	- performance tweaks

0.09
	- [bugfix] enable keepalive when --max-keepalive-reqs=n (n>1) is set
	- accept --max-workers=n option (for better interoperability w. Starman)

0.08
	- [bugfix] delay termination (when receiving first SIGTERM or SIGINT) until all HTTP requests are being processed

0.07
	- hardcode set $PSSPSS::VERSION

0.06
	- set $PSSPSS::VERSION to $Starlet::VERSION

0.05
	- rename to Starlet from Plack::Server::Standalone::Prefork::Server::Starter (is backwards compatible)
	- no more depends on HTTP::Server::PSGI

0.04
	- follow the changes up to Plack 0.9920

0.03
	- try to find start_server from $PATH and $^X, or skip most tests (but not all) if not found
	- require 5.008, recommend HTTP::Parser::XS

0.02
	- require Parallel::Prefork (since Plack intentionally does not require P::Prefork required by Standalone::Prefork)