The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DCOP::Amarok- Perl extension to speak to an amaroK object via system's DCOP.

SYNOPSIS

  use DCOP::Amarok;
  $player = DCOP::Amarok->new();

DESCRIPTION

This module is a quick hack to get an interface between perl and Kde's DCOP, since Kde3.4's perl bindings are disabled. This suite talks to 'dcop'. DCOP::Amarok talks directly to the player object of amaroK. This is meant to be a superclass for DcoP::Amarok::Player.

AUTHOR

Juan C. Muller, <jcmuller@gmail.com>

COPYRIGHT AND LICENSE

Copyright 2005 by Juan C. Muller

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