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

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

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.

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

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.
