Skip Menu |

This queue is for tickets about the Net-Server CPAN distribution.

Report information
The Basics
Id: 23288
Status: resolved
Priority: 0/
Queue: Net-Server

People
Owner: Nobody in particular
Requestors: robin [...] kallisti.net.nz
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.90
Fixed in: (no value)



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
From: robin [...] kallisti.net.nz
Arg, sorry, just found this was a dupe of http://rt.cpan.org/Public/Bug/Display.html?id=16968
Not sure when it was resolved, but the fix to these issues would've been in the 0.94 release.