| Net-Bonjour documentation | Contained in the Net-Bonjour distribution. |
Net::Rendezvous - Module for DNS service discovery (Apple's Rendezvous)
This module is deprecated. Use Net::Bonjour.
This library is free software and can be distributed or modified under the same terms as Perl itself.
Rendezvous (in this context) is a trademark of Apple Computer, Inc. Bonjour (in this context) is a trademark of Apple Computer, Inc.
The Net::Rendezvous module was created by George Chlipala <george@walnutcs.com>
| Net-Bonjour documentation | Contained in the Net-Bonjour distribution. |
package Net::Rendezvous;
use strict; use Net::Bonjour; use Net::Rendezvous::Entry; use vars qw($VERSION $AUTOLOAD @ISA); our $VERSION = '0.92'; our @ISA = ('Net::Bonjour'); 1;