NAME
POCOCM::Request - a request object to/from mpd
SYNOPSIS
print $req->answer . "\n";
DESCRIPTION
POCOCM::Request
is more a placeholder for a hash ref with some pre-defined keys.
PUBLIC METHODS
This module has a new()
constructor, which should only be called by one of the POCOCM
's modules.
The other public methods are the following accessors:
data()
The data returned by mpd, as an array reference.
error()
Set if there was some error returned by mpd. Always assured to be
undef
if everything went fine.
SEE ALSO
You can find more information on the mpd project on its homepage at http://www.musicpd.org, or its wiki http://mpd.wikia.com.
Regarding this Perl module, you can report bugs on CPAN via http://rt.cpan.org/Public/Bug/Report.html?Queue=Audio-MPD.
POE::Component::Client::MPD development takes place on <audio-mpd@googlegroups.com>: feel free to join us. (use http://groups.google.com/group/audio-mpd to sign in). Our subversion repository is located at https://svn.musicpd.org.
AUTHOR
Jerome Quelin <jquelin@cpan.org>
COPYRIGHT AND LICENSE
Copyright (c) 2007 Jerome Quelin <jquelin@cpan.org>
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.