Subject: | Please loop through "user" and "group" (effective uid & gid) option to Net::Server |
Right now there is no (known) way of telling Net::Server to switch to a
defined effective user and group id and it always complains about that
no EUID and EGID is defined and defaults are being used.
Would be great if you could add those two lines:
user => $options->{user} || $>,
group => $options->{group}|| $),
when calling $self->SUPER::run().