MP3::M3U::Parser::Dummy - Template container class


MP3-M3U-Parser documentation Contained in the MP3-M3U-Parser distribution.

Index


Code Index:

NAME

Top

MP3::M3U::Parser::Dummy - Template container class

SYNOPSIS

Top

Private module.

DESCRIPTION

Top

This document describes version 2.30 of MP3::M3U::Parser::Dummy released on 30 May 2010.

-

SEE ALSO

Top

MP3::M3U::Parser.

AUTHOR

Top

Burak Gursoy <burak@cpan.org>.

COPYRIGHT

Top

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.


MP3-M3U-Parser documentation Contained in the MP3-M3U-Parser distribution.

package MP3::M3U::Parser::Dummy;
use strict;
use warnings;
use vars qw( $VERSION );

$VERSION = '2.30';

1;

__END__