[project @ 7050]
[audio-mpd-common.git] / README
blob5d0ef0126bd362342693d81e4fd845f76fb705d4
1 Audio::MPD::Common
2 ==================
4 Audio::MPD::Common is a bunch of common classes used by both Audio::MPD
5 and POE::Component::Client::MPD (two modules meant to access Music
6 Player Daemon, aka mpd). Since those classes are independent of the
7 runloop (poe or non-poe aware), Audio::MPD::Common comes to the rescue.
9 Note that those classes are not meant to be use by anyone outside of
10 those two modules.
12 Read more about MPD on http://www.musicpd.org/
13 Read more about the afore-mentioned modules on:
14  - http://search.cpan.org/~jquelin/Audio-MPD/
15  - http://search.cpan.org/~jquelin/POE-Component-Client-MPD/
19 INSTALLATION
20 ============
22 To install this module, run the following commands:
24     perl Makefile.PL
25     make
26     make test
27     make install
30 Or, using Module::Builder:
32     perl Build.PL
33     ./Build
34     ./Build test
35     ./Build install
39 SUPPORT AND DOCUMENTATION
40 =========================
42 After installing, you can find documentation for this module with the perldoc
43 command.
45     perldoc Audio::MPD::Common
47 You can also look for information at:
48   . Search CPAN
49         http://search.cpan.org/dist/Audio-MPD-Common
50   . CPAN Request Tracker:
51         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Audio-MPD-Common
52   . AnnoCPAN, annotated CPAN documentation:
53         http://annocpan.org/dist/Audio-MPD-Common
54   . CPAN Ratings:
55         http://cpanratings.perl.org/d/Audio-MPD-Common
59 COPYRIGHT AND LICENCE
60 =====================
62 Copyright (c) 2007 Jerome Quelin, all rights reserved.
64 This program is free software; you can redistribute it and/or modify
65 it under the same terms as Perl itself.