MP3::M3U::Parser
================

Parses M3U mp3 playlists and if wanted, exports the parsed data to 
formats like xml and html.

Read the module's POD for documentation.

See the "t" and "eg" directories for examples.

INSTALLATION

Just use the cpan shell to install this module. From a command prompt, type:

    cpan

or

    perl -MCPAN -e shell

to enter the cpan shell. And then enter:

   install MP3::M3U::Parser

If you don't have the cpan shell available, then you have a broken perl
installation.

DEPENDENCIES

This module requires these other modules:

   Text::Template

COPYRIGHT AND LICENCE

See the LICENSE file bundled with this distribution.