X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FBBS.pm;fp=perl%2FBBS.pm;h=a4170a0e6dc3fbc7cf1394fc21e276c355c76a37;hb=40e8bb424384f2aa4f772e02cb2caedbc41525cd;hp=9e8998748f6ee89ea884bc7b76babef1f609c2c1;hpb=048adf1eb39f866e0968e1443fb7307ec5fdc4a6;p=spider.git diff --git a/perl/BBS.pm b/perl/BBS.pm index 9e899874..a4170a0e 100644 --- a/perl/BBS.pm +++ b/perl/BBS.pm @@ -28,7 +28,7 @@ $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,0)); +$BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /\d+\.\d+\.(\d+)\.(\d+)/,(0,0)); $main::build += $VERSION; $main::branch += $BRANCH;