The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Server::Starter.

0.06  Sat Jan 02 10:26:00 2010
	- bugfix: start_server did not shutdown upon receiving SIGINT while the worker is failing to start up

0.05  Tue Oct 13 20:30:00 2009
	- use $^X in tests (or tests will fail on hosts using a different installation of perl from one installed to /usr/bin/perl)

0.04  Fri Oct 09 19:25:00 2009
	- signals received just after spawning worker process were dismissed (thanks to kazeburo for reporting and helping fix the problem)

0.03  Thu Sep 24 20:00:00 2009
	- require 5.008
	- require Test::TCP 0.11 to satisfy the dependencies

0.02  Thu Sep 09 17:06:00 2009
	- add README, Changes

0.01  Thu Sep 09 17:00:00 2009
	- initial version