[project @ 5924]
[poe-component-client-mpd.git] / README
blob1b19877b8159f71e71343f2ba4ac584a3852a419
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/
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
33 SUPPORT AND DOCUMENTATION
34 =========================
36 After installing, you can find documentation for this module with the perldoc
37 command.
39     perldoc POE::Component::Client::MPD
41 You can also look for information at:
42   . Search CPAN
43         http://search.cpan.org/dist/POE-Component-Client-MPD
44   . CPAN Request Tracker:
45         http://rt.cpan.org/NoAuth/Bugs.html?Dist=POE-Component-Client-MPD
46   . AnnoCPAN, annotated CPAN documentation:
47         http://annocpan.org/dist/POE-Component-Client-MPD
48   . CPAN Ratings:
49         http://cpanratings.perl.org/d/POE-Component-Client-MPD
53 COPYRIGHT AND LICENCE
54 =====================
56 Copyright (C) 2007 Jerome Quelin
58 This program is free software; you can redistribute it and/or modify
59 it under the terms of the GNU General Public License as published by
60 the Free Software Foundation; either version 2 of the License, or
61 (at your option) any later version.
63 This program is distributed in the hope that it will be useful,
64 but WITHOUT ANY WARRANTY; without even the implied warranty of
65 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
66 GNU General Public License for more details.
68 You should have received a copy of the GNU General Public License
69 along with this program; if not, write to the Free Software
70 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA