Subject: | Broken Bonjour support |
Hi,
After installing HTTP::Server::Simple::Bonjour and the appropriate Net::Rendezvous::Publish::Backend, minicpan_webserver still doesn't register itself.
The problem was introduced with release 0.39 and its still present in 0.40.
With 0.39, CPAN::Mini::Webserver defined the prin_banner() method. This method was the
one who HTTP::Server::Simple::Bonjour uses to publish the service.
There is really no solution at the CPAN::Mini::Webserver level except to remove the
print_banner() code.
A possible solution would be to give HTTP::Server::Simple a new method init_plugins() and
update ::Bonjour to use that.
Best regards,