X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FDXProtout.pm;fp=perl%2FDXProtout.pm;h=82905dadbcd81780ebe185abcbbcef5fc9ec0dc3;hp=522352e48d97cc35b61020e33b10c2cdd1aa092e;hb=b9dffeff7239952814342dad19db3a51def6fab7;hpb=602b4bd771f6476eda740a64a8c83c687abf4572 diff --git a/perl/DXProtout.pm b/perl/DXProtout.pm index 522352e4..82905dad 100644 --- a/perl/DXProtout.pm +++ b/perl/DXProtout.pm @@ -19,12 +19,6 @@ use DXDebug; 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,0)); -$main::build += $VERSION; -$main::branch += $BRANCH; - use vars qw($sentencelth); $sentencelth = 180;