NAME
Mac::iTunes::Library::XML - Perl extension for parsing an iTunes XML library
SYNOPSIS
use Mac::iTunes::Library::XML;
my $library = Mac::iTunes::Library::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
SEE ALSO
Mac::iTunes::Library::Item, Mac::iTunes::Library, Mac::iTunes::Library::Playlist
AUTHOR
Drew Stephens <drewgstephens@gmail.com>, http://dinomite.net
SVN INFO
$Revision: 54 $ $Date: 2008-08-05 23:51:26 -0700 (Tue, 05 Aug 2008) $ $Author: drewgstephens $
COPYRIGHT AND LICENSE
Copyright (C) 2007-2008 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.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 41:
'=item' outside of any '=over'
- Around line 214:
You forgot a '=back' before '=head1'