Audio::MPD::Common ================== Audio::MPD::Common is a bunch of common classes used by both Audio::MPD and POE::Component::Client::MPD (two modules meant to access Music Player Daemon, aka mpd). Since those classes are independent of the runloop (poe or non-poe aware), Audio::MPD::Common comes to the rescue. Note that those classes are not meant to be use by anyone outside of those two modules. Read more about MPD on http://www.musicpd.org/ Read more about the afore-mentioned modules on: - http://search.cpan.org/~jquelin/Audio-MPD/ - http://search.cpan.org/~jquelin/POE-Component-Client-MPD/ INSTALLATION ============ To install this module, run the following commands: perl Makefile.PL make make test make install Or, using Module::Builder: perl Build.PL ./Build ./Build test ./Build install SUPPORT AND DOCUMENTATION ========================= After installing, you can find documentation for this module with the perldoc command. perldoc Audio::MPD::Common You can also look for information at: . Search CPAN http://search.cpan.org/dist/Audio-MPD-Common . CPAN Request Tracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Audio-MPD-Common . AnnoCPAN, annotated CPAN documentation: http://annocpan.org/dist/Audio-MPD-Common . CPAN Ratings: http://cpanratings.perl.org/d/Audio-MPD-Common COPYRIGHT AND LICENCE ===================== 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.