README for Net::DAAP::Client::Auth 0.12
=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
Digest::MD5::M4p
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.12 Monday 17th May, 2004
Added in fetching of daap.songcompilation, daap.songtracknumber, and
daap.songtrackcount for Filesys::Virtual::DAAP
=item 0.10 Thursay 6th May, 2004
Refactoring.
Added protocol version 3.0 (iTunes 4.5) support
=item 0.01 Friday 30th April, 2004
Initial CPAN release
=back
=head1 AUTHOR
Richard Clamp <
[email protected]>
=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.