X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FIntMsg.pm;fp=perl%2FIntMsg.pm;h=a50d9a1e93c7830ae6f3b1174d410c16d30628d4;hp=0318c2b3bddb3a26b3f0525573f102c246132d58;hb=b9dffeff7239952814342dad19db3a51def6fab7;hpb=602b4bd771f6476eda740a64a8c83c687abf4572 diff --git a/perl/IntMsg.pm b/perl/IntMsg.pm index 0318c2b3..a50d9a1e 100644 --- a/perl/IntMsg.pm +++ b/perl/IntMsg.pm @@ -11,12 +11,6 @@ package IntMsg; 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 Msg; use vars qw(@ISA);