| Net-Bonjour documentation | Contained in the Net-Bonjour distribution. |
Net::Rendezvous::Entry - Support module for mDNS service discovery (Apple's Rendezvous)
This module is deprecated. Please see Net::Bonjour::Entry and 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::Entry module was created by George Chlipala <george@walnutcs.com>
| Net-Bonjour documentation | Contained in the Net-Bonjour distribution. |
package Net::Rendezvous::Entry;
use strict; use Net::Bonjour::Entry; use vars qw($AUTOLOAD @ISA); our @ISA = ('Net::Bonjour::Entry'); 1;