mpd 0.14 returns empty strings too
[poe-component-client-mpd.git] / README
blob0a9edcafb6de0f05b15916d56af4ef57f0f8580f
1 POE::Component::Client::MPD
2 ===========================
4 POE::Component::Client::MPD is a perl module for developing MPD (Music Player
5 Daemon) clients (or any other scripts that control the MPD server) based on the
6 POE framework.
8 Read more about MPD on http://www.musicpd.org/
9 Read more about POE on http://poe.perl.org/
13 INSTALLATION
14 ============
16 To install this module, run the following commands:
18     perl Makefile.PL
19     make
20     make test
21     make install
24 Or, using Module::Builder:
26     perl Build.PL
27     ./Build
28     ./Build test
29     ./Build install
32 If mpd is running, you can force the full non-regression test suite to be ran
33 by using:
34     MPD_TEST_OVERRIDE=1 make test
37 You can also try to install it directly as a package for your favorite Linux
38 distribution:
39     - mandriva:  perl-POE-Component-Client-MPD
43 SUPPORT AND DOCUMENTATION
44 =========================
46 After installing, you can find documentation for this module with the perldoc
47 command.
49     perldoc POE::Component::Client::MPD
51 You can also look for information at:
52   . Search CPAN
53         http://search.cpan.org/dist/POE-Component-Client-MPD
54   . Open bugs for this module:
55         http://rt.cpan.org/NoAuth/Bugs.html?Dist=POE-Component-Client-MPD
56   . AnnoCPAN, annotated CPAN documentation:
57         http://annocpan.org/dist/POE-Component-Client-MPD
58   . CPAN Ratings:
59         http://cpanratings.perl.org/d/POE-Component-Client-MPD
63 COPYRIGHT AND LICENCE
64 =====================
66 Copyright (c) 2007-2008 Jerome Quelin, all rights reserved.
68 This program is free software; you can redistribute it and/or modify
69 it under the same terms as Perl itself.