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 Copyright (c) 2006 Nicholas J. Humfrey Copyright (c) 2007 Jerome Quelin This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA