# $Id: Player.pm 35 2007-10-21 22:23:54Z maletin $ # $URL: http://svn.berlios.de/svnroot/repos/cpan-teamspeak/cpan/trunk/lib/Teamspeak/Player.pm $ package Teamspeak::Player; use strict; use vars qw( $VERSION ); $VERSION = '0.6'; sub new { my ( $self, %args ) = @_; } # new 1;