Sorry, I had some stuggles with new RT features.
I would like to be able to do:
$server->run(handler => \&myhandler)
but configuration options cannot be references. Of course,
configuration parameters on the command-line and configuration files can
only be scalars, however new() and run() can have them.
In the latest Net::Server version, the error message is:
Found an invalid configuration value for "handler" (CODE(0x814a0b8))
at /usr/local/lib/perl5/site_perl/5.10.0/Net/Server.pm line 1379.
The work-around is an enormous hassle.