X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FInvestigate.pm;h=b7234b74208432c65101c9697af4a0c7072ad164;hb=e2e4dadc448747744dacc0eb8d99ee950529a9b3;hp=426e23ebfe11ab5650be7ecd79320da6662161f0;hpb=c3c15883cf25add24fc49e32eb0d17dce6839a62;p=spider.git diff --git a/perl/Investigate.pm b/perl/Investigate.pm index 426e23eb..b7234b74 100644 --- a/perl/Investigate.pm +++ b/perl/Investigate.pm @@ -20,12 +20,9 @@ package Investigate; use DXDebug; use DXUtil; - 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; + +main::mkver($VERSION = q$Revision$); use vars qw (%list %valid $pingint $maxpingwait);