NAME
App::Pimpd::Player - Package exporting functions that helps with local playback
SYNOPSIS
use App::Pimpd;
use App::Pimpd::Player;
if($play_music) {
play();
}
elsif($time_to_sleep) {
player_destruct();
}
DESCRIPTION
App::Pimpd::Player provides functions that allows for local playback of music playing on a remote MPD server.
EXPORTS
SEE ALSO
App::Pimpd
AUTHOR
Magnus Woldrich
CPAN ID: WOLDRICH
m@japh.se
http://japh.se
COPYRIGHT
Copyright (C) 2010, 2011 Magnus Woldrich. All right reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.