X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FBBS.pm;h=25b5f1f22e739f34cd4e9f8f80b5eb3af29a1df0;hb=refs%2Fheads%2Fbackportdxprot;hp=a39b41a538ac8dc78857a850fae374669f43af62;hpb=2b58ccdf81685a1167a43c38705a0d84b9d8d661;p=spider.git diff --git a/perl/BBS.pm b/perl/BBS.pm index a39b41a5..25b5f1f2 100644 --- a/perl/BBS.pm +++ b/perl/BBS.pm @@ -6,7 +6,7 @@ # # Copyright (c) 1999 - Dirk Koopman G1TLH # -# $Id$ +# # package BBS; @@ -26,12 +26,6 @@ $lastbidclean = time; # the last time the bid file was cleaned $bidcleanint = 86400; # the time between bid cleaning intervals $maxbidage = 60; # the maximum age of a stored bid -use vars qw($VERSION $BRANCH); -$VERSION = sprintf( "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/ ); -$BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /\d+\.\d+\.(\d+)\.(\d+)/ ) || 0; -$main::build += $VERSION; -$main::branch += $BRANCH; - sub init { tie %hash, 'DB_File', $bidfn;