Net::Rendezvous::Entry - Support module for mDNS service discovery (Apple's Rendezvous)


Net-Bonjour documentation Contained in the Net-Bonjour distribution.

Index


Code Index:

NAME

Top

Net::Rendezvous::Entry - Support module for mDNS service discovery (Apple's Rendezvous)

SYNOPSIS

Top

This module is deprecated. Please see Net::Bonjour::Entry and Net::Bonjour

SEE ALSO

Top

Net::Bonjour

COPYRIGHT

Top

AUTHORS

Top

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;