Prepare for git repository
[spider.git] / perl / Chain.pm
index 60266c755716d84d3aa625c90ad2b8a25e84b671..27b966c869e823e8f879fcf45501af0c70803922 100644 (file)
@@ -3,12 +3,6 @@ package Chain;
 use strict;
 use Carp;
 
-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 constant NEXT => 0;
 use constant PREV => 1;
 use constant OBJ => 2;