Audio::MPD::Common::Item::Playlist.3pm

Langue: en

Autres versions - même langue

Version: 2007-11-27 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Audio::MPD::Common::Item::Playlist - a playlist object

SYNOPSIS

     print $item->playlist . "\n";
 
 

DESCRIPTION

"Audio::MPD::Common::Item::Playlist" is more a placeholder for a hash ref with one pre-defined key, namely the playlist name.

PUBLIC METHODS

This module only has a "new()" constructor, which should only be called by "Audio::MPD::Common::Item"'s constructor.

The only other public method is an accessor: playlist().

SEE ALSO

Audio::MPD
POE::Component::Client::MPD

AUTHOR

Jerome Quelin, "<jquelin at cpan.org>" Copyright (c) 2007 Jerome Quelin, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.