X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FUDPMsg.pm;fp=perl%2FUDPMsg.pm;h=07703148e414065f616c0d84e734295121a97bb2;hp=72e53de813cfd462c7459c4b276adf37f88d75bf;hb=b9dffeff7239952814342dad19db3a51def6fab7;hpb=602b4bd771f6476eda740a64a8c83c687abf4572 diff --git a/perl/UDPMsg.pm b/perl/UDPMsg.pm index 72e53de8..07703148 100644 --- a/perl/UDPMsg.pm +++ b/perl/UDPMsg.pm @@ -32,12 +32,6 @@ $noports = 0; %circuit = (); $total_in = $total_out = 0; -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; - sub init { return unless $enable;