Fix multiple on_disc events in AsyncMsg.pm
[spider.git] / perl / create_usdb.pl
index f7242cf75f1b07e497a4f1f6db67077457966e61..5dcd40df1b22f9ee59faa756420111af8f12e81e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #
 # create a USDB file from a standard raw file (which is GZIPPED BTW)
 #
@@ -20,12 +20,6 @@ BEGIN {
        unshift @INC, "$root/local";
 }
 
-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 DXVars;
 use USDB;