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

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

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.

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

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.