Subject: | Net::Server::MultiType doesn't pass values to the type it becomes |
In Net::Server::MultiType version 0.90 (the version installed in Ubuntu
6.10 as libnet-server-perl), calling run with arguments, such as
(max_servers => 2) doesn't work, as these parameters do not get passed
on to the type that MultiType becomes.
This fix seems to work, change line 108 in
/usr/share/perl5/Net/Server/MultiType.pm from:
$self->SUPER::run();
to:
$self->SUPER::run(@_);
Perl: This is perl, v5.8.8 built for i486-linux-gnu-thread-multi
OS: Linux thor 2.6.17-10-generic #2 SMP Fri Oct 13 18:45:35 UTC 2006
i686 GNU/Linux