Net::DMAP::Server.3pm

Langue: en

Version: 2006-01-28 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Net::DMAP::Server - base class for D[A-Z]AP servers

SYNOPSIS

   package Net::DZAP::Server;
   use base qw( Net::DMAP::Server );
   sub protocol { 'dzap' }
 
   1;
 
   =head1 NAME
 
   Net::DZAP::Server - Digital Zebra Access Protocol (iZoo) Server
 
   =cut
 
 

DESCRIPTION

Net::DMAP::Server is a base class for implementing DMAP servers. It's probably not hugely useful to you directly, and you're better off looking at Net::DPAP::Server or Net::DAAP::Server.

BUGS

The Digital Zebra Access Protocol does not exist, so you'll have to manually acquire your own horses and paint them.

AUTHOR

Richard Clamp <richardc@unixbeard.net> Copyright 2004, 2005, 2006 Richard Clamp. All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Net::DAAP::Server, Net::DPAP::Server