X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=6fbd9f21e8dcc8ccf58e75950d34aa48e2423ad7;hp=9ce79d22e0e75b109872d6f16f8242011eb6500e;hb=b9dffeff7239952814342dad19db3a51def6fab7;hpb=602b4bd771f6476eda740a64a8c83c687abf4572 diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 9ce79d22..6fbd9f21 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -54,12 +54,6 @@ $cmdimportdir = "$main::root/cmd_import"; # the base directory for importing com # this does not exist as default, you need to create it manually # -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; - # # obtain a new connection this is derived from dxchannel #