Prepare for git repository
[spider.git] / perl / QSL.pm
index d7dc8b2c0fced88746f56db95bd98de9c994160c..9ed00f30d1c37ec2049d89d63d662db1fac7dffa 100644 (file)
@@ -14,12 +14,6 @@ use DB_File;
 use DXDebug;
 use Prefix;
 
-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($qslfn $dbm);
 $qslfn = 'qsl';
 $dbm = undef;