README for Net::DAAP::Client::Auth 0.01
=head1 NAME
Net::DAAP::Client::Auth - Extend Net::DAAP::Client to do iTunes authorisation
=head1 SYNOPSIS
# see Net::DAAP::Client;
use Net::DAAP::Client::Auth;
=head1 DEPENDENCIES
This module has external dependencies on the following modules:
Digest::MD5
Net::DAAP::Client
perl 5.006
=head1 INSTALLATION
perl Build.PL
perl Build test
and if all goes well
perl Build install
=head1 HISTORY
What changed over the last 3 revisions
=over
=item 0.01 Friday 30th April, 2004
Initial CPAN release
=back
=head1 AUTHOR
Richard Clamp <richardc@unixbeard.net>
=head1 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.
=head1 SEE ALSO
L<Net::DAAP::Client>,
L<libopendaap|http://craz.net/programs/itunes/libopendaap.html> from
which the auth code is adapted.