NAME
Net::DAAP::Client::Auth - Extend Net::DAAP::Client to do iTunes authorisation
SYNOPSIS
# see Net::DAAP::Client;
use Net::DAAP::Client::Auth;
DESCRIPTION
Subclasses Net::DAAP::Client and overrides methods to allow the module to provide suitable authentication tokens for iTunes 4.2 and 4.5.
AUTHOR
Richard Clamp <richardc@unixbeard.net>
COPYRIGHT
Copyright 2004 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.
BUGS
None known.
Bugs should be reported to me via the CPAN RT system. http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net::DAAP::Client::Auth.
SEE ALSO
Net::DAAP::Client, libopendaap from which the auth code is adapted.