[project @ 6332]
[audio-mpd-common.git] / README
blobe000abf6c288fe2a5ef104b9b07b63b30a652049
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/
12 POCOCOM is currently a work-in-progress!
13 It is not supposed to be complete, nor to be clean or a state-of-the-art
14 poe module.
17 INSTALLATION
18 ============
20 To install this module, run the following commands:
22     perl Makefile.PL
23     make
24     make test
25     make install
28 Or, using Module::Builder:
30     perl Build.PL
31     ./Build
32     ./Build test
33     ./Build install
37 SUPPORT AND DOCUMENTATION
38 =========================
40 After installing, you can find documentation for this module with the perldoc
41 command.
43     perldoc POE::Component::Client::MPD
45 You can also look for information at:
46   . Search CPAN
47         http://search.cpan.org/dist/POE-Component-Client-MPD
48   . CPAN Request Tracker:
49         http://rt.cpan.org/NoAuth/Bugs.html?Dist=POE-Component-Client-MPD
50   . AnnoCPAN, annotated CPAN documentation:
51         http://annocpan.org/dist/POE-Component-Client-MPD
52   . CPAN Ratings:
53         http://cpanratings.perl.org/d/POE-Component-Client-MPD
57 COPYRIGHT AND LICENCE
58 =====================
60 Copyright (c) 2007 Jerome Quelin, all rights reserved.
62 This program is free software; you can redistribute it and/or modify
63 it under the same terms as Perl itself.