NAME
Mac::iTunes::XML - Perl extension for parsing an iTunes XML library
SYNOPSIS
use Mac::iTunes::XML;
my $library = Mac::iTunes::XML->parse( 'iTunes Music Library.xml' );
print "This library has only " . $library->num() . "item.\n";
DESCRIPTION
Tools for dealing with iTunes XML libraries.
EXPORT
None by default.
METHODS
parse()
Parses an iTunes XML library and returns a Mac::iTunes::Library object.
SEE ALSO
Mac::iTunes, Mac::iTunes::Item, Mac::iTunes::Library
AUTHOR
Drew Stephens, <lt>drewgstephens@gmail.com<gt>, http://dinomite.net
COPYRIGHT AND LICENSE
Copyright (C) 2007 by Drew Stephens
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.