Tatsuhiko Miyagawa > HTTP-Server-Simple-Bonjour-0.01 > HTTP::Server::Simple::Bonjour

Download:
HTTP-Server-Simple-Bonjour-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source   Latest Release: HTTP-Server-Simple-Bonjour-0.02

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.

SEE ALSO ^

HTTP::Server::Simple Net::Bonjour::Publish