Prepare for git repository
[spider.git] / perl / QRZ.pm
index 87731185b22fc27b1b4696cd914235454b000b1f..ecc56e7a92e0de97a17992d9f9cd4326fc43462a 100644 (file)
@@ -10,12 +10,6 @@ use Data::Dumper;
 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;
-
 sub new
 {
     my $pkg = shift;