Codebase list libaudio-mpd-perl / debian/0.18.3-1
debian/0.18.3-1

Tree @debian/0.18.3-1 (Download .tar.gz)

Audio::MPD
==========

Audio::MPD is a perl module for developing MPD (Music Player Daemon)
clients and other scripts that control the MPD server.

See scripts/example.pl for some simple examples of usage,
or scripts/mpc.pl for a very simple pure-perl copy of 'mpc'.

Read more about MPD on http://www.musicpd.org/
Reports bugs at https://rt.cpan.org/Ticket/Create.html?Queue=Audio-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


If mpd is running, you can force the full non-regression test suite to be ran
by using:
    MPD_TEST_OVERRIDE=1 make test


You can also try to install it directly as a package for your favorite Linux
distribution:
    - mandriva:  perl-Audio-MPD



COPYRIGHT AND LICENSE
=====================

Copyright (c) 2005 Tue Abrahamsen, all rights reserved.
Copyright (c) 2006 Nicholas, all rights reserved.
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.