X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FExtMsg.pm;h=8602da3d59c638d663777c549bb9c148cae6b86b;hb=23f64142e2cddaff37c14efd3140a6f7f41cb84a;hp=133a1513acdef46cba5bb2cefc808f601e104716;hpb=6f20114b034d329c1e2a4f91f0aba2f6ec4002d4;p=spider.git 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);