[project @ 6070]
[poe-component-client-mpd.git] / README
blobc4190fddd89461adb07928517c4191ef1735d610
1 POE::Component::Client::MPD
2 ===========================
4 POE::Component::Client::MPD is a perl module for developing MPD (Music Player
5 Daemon) clients (and 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
62 This program is free software; you can redistribute it and/or modify
63 it under the terms of the GNU General Public License as published by
64 the Free Software Foundation; either version 2 of the License, or
65 (at your option) any later version.
67 This program is distributed in the hope that it will be useful,
68 but WITHOUT ANY WARRANTY; without even the implied warranty of
69 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
70 GNU General Public License for more details.
72 You should have received a copy of the GNU General Public License
73 along with this program; if not, write to the Free Software
74 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA