X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FExtMsg.pm;h=8602da3d59c638d663777c549bb9c148cae6b86b;hp=133a1513acdef46cba5bb2cefc808f601e104716;hb=b9dffeff7239952814342dad19db3a51def6fab7;hpb=602b4bd771f6476eda740a64a8c83c687abf4572 diff --git a/perl/ExtMsg.pm b/perl/ExtMsg.pm index 133a1513..8602da3d 100644 --- a/perl/ExtMsg.pm +++ b/perl/ExtMsg.pm @@ -21,12 +21,6 @@ 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);