Prepare for git repository
[spider.git] / perl / Editable.pm
index f4bea483e68bd14ec79aa51aec20b17c25084c7d..28c676ec59d2f45310ce0f05d3bfe0e184616053 100644 (file)
@@ -15,12 +15,6 @@ package Editable;
 
 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 DXChannel;
 use DXDebug;
 use BadWords;