File: README

package info (click to toggle)
libaudio-mpd-common-perl 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 124 kB
  • ctags: 13
  • sloc: perl: 323; makefile: 37
file content (66 lines) | stat: -rw-r--r-- 1,607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Audio::MPD::Common
==================

Audio::MPD::Common is a bunch of common classes used by both Audio::MPD
and POE::Component::Client::MPD (two modules meant to access Music
Player Daemon, aka mpd). Since those classes are independent of the
runloop (poe or non-poe aware), Audio::MPD::Common comes to the rescue.

Note that those classes are not meant to be use by anyone outside of
those two modules.

Read more about MPD on http://www.musicpd.org/
Read more about the afore-mentioned modules on:
 - http://search.cpan.org/~jquelin/Audio-MPD/
 - http://search.cpan.org/~jquelin/POE-Component-Client-MPD/



INSTALLATION
============

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


Or, using Module::Builder:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install



SUPPORT AND DOCUMENTATION
=========================

After installing, you can find documentation for this module with the perldoc
command.

    perldoc Audio::MPD::Common

You can also look for information at:
  . Search CPAN
        http://search.cpan.org/dist/Audio-MPD-Common
  . CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Audio-MPD-Common
  . AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Audio-MPD-Common
  . CPAN Ratings:
        http://cpanratings.perl.org/d/Audio-MPD-Common



COPYRIGHT AND LICENCE
=====================

Copyright (c) 2007 Jerome Quelin, all rights reserved.

This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.