Prepare for git repository
[spider.git] / perl / DXBearing.pm
index e3aac65e9ffee4ae8b18ae308104fcc7b9601769..637a6aa889642b33d3a04c3b62656312b3f9e4c2 100644 (file)
@@ -21,12 +21,6 @@ use vars qw($pi);
 
 $pi = 3.14159265358979;
 
-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;
-
 # convert a qra locator into lat/long in DEGREES
 sub qratoll
 {