X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FExtMsg.pm;h=19380b4463d5007880395790202572a59c6e46de;hb=c23f49862b7a8c377daf9205b219cb327608c4da;hp=f1472789152fbfc3836142577d8831e86a4b591e;hpb=2f917f01abd5893e2e2f28b3abc842ddfb4ef9cd;p=spider.git diff --git a/perl/ExtMsg.pm b/perl/ExtMsg.pm index f1472789..19380b44 100644 --- a/perl/ExtMsg.pm +++ b/perl/ExtMsg.pm @@ -5,7 +5,7 @@ # This is where the cluster handles direct connections coming both in # and out # -# $Id$ +# # # Copyright (c) 2001 - Dirk Koopman G1TLH # @@ -21,17 +21,16 @@ use IO::File; use IO::Socket; use IPC::Open3; -use vars qw($VERSION $BRANCH); -$VERSION = sprintf( "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/ ); -$BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /\d+\.\d+\.(\d+)\.(\d+)/ || (0,0)); -$main::build += $VERSION; -$main::branch += $BRANCH; - use vars qw(@ISA $deftimeout); @ISA = qw(Msg); $deftimeout = 60; +sub login +{ + goto &main::login; # save some writing, this was the default +} + sub enqueue { my ($conn, $msg) = @_;