NAME
HTTP::Server::Simple::Bonjour - Bonjour plugin for HTTP::Server::Simple
SYNOPSIS
package MyServer;
# You need to put ::Bonjour first so NEXT should work properly
use base qw( HTTP::Server::Simple::Bonjour HTTP::Server::Simple::CGI );
sub server_name { "My awesome webserver" }
MyServer->new->run;
DESCRIPTION
HTTP::Server::Simple::Bonjour is an HTTP::Server::Simple plugin to publish the server name and TCP port via Bonjour so anyone in the local network can discover your web server.
AUTHOR
Tatsuhiko Miyagawa <miyagawa@cpan.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.