NAME
Audio::MPD::Common - common helper classes for mpd
VERSION
version 1.092910
DESCRIPTION
Depending on whether you're using a POE-aware environment or not, people wanting to tinker with mpd (Music Player Daemon) will use either POE::Component::Client::MPD or Audio::MPD.
But even if the run-cores of those two modules differ completely, they are using the exact same common classes to represent the various mpd states and information.
Therefore, those common classes have been outsourced to Audio::MPD::Common.
This module does not export any methods, but the dist provides the following classes that you can query with perldoc:
Note that those modules should not be of any use outside the two mpd modules afore-mentioned.
BUGS
Please report any bugs or feature requests to bug-audio-mpd-common at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Audio-MPD-Common. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SEE ALSO
You may want to see the modules really accessing MPD:
You can also look for information on this module at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Open bugs
AUTHOR
Jerome Quelin
COPYRIGHT AND LICENSE
This software is copyright (c) 2007 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.