X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FIntMsg.pm;h=a50d9a1e93c7830ae6f3b1174d410c16d30628d4;hb=281bb0799ecf66390c48719f76ca5d9f83fe4c73;hp=95c6ac74347793ce9f38f27d8af303bbe1265930;hpb=6db883c129fb84bbf067861a1def1fd8120a32c8;p=spider.git diff --git a/perl/IntMsg.pm b/perl/IntMsg.pm index 95c6ac74..a50d9a1e 100644 --- a/perl/IntMsg.pm +++ b/perl/IntMsg.pm @@ -11,18 +11,17 @@ package IntMsg; use strict; -use vars qw($VERSION $BRANCH); -$VERSION = sprintf( "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/ ); -$BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /\d+\.\d+\.(\d+)\.(\d+)/ ) || 0; -$main::build += $VERSION; -$main::branch += $BRANCH; - use Msg; use vars qw(@ISA); @ISA = qw(Msg); +sub login +{ + goto &main::login; # save some writing, this was the default +} + sub enqueue { my ($conn, $msg) = @_;