From: Rob H. <for...@us...> - 2003-06-08 05:03:45
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory sc8-pr-cvs1:/tmp/cvs-serv16900/lib/SandWeb Modified Files: Browse.pm Log Message: * bumped version number to 1.1-ALPHA on trunk (to avoid confusion) * uncommented a debug statement in Browse Index: Browse.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Browse.pm,v retrieving revision 1.84 retrieving revision 1.85 diff -U2 -r1.84 -r1.85 --- Browse.pm 23 Apr 2003 22:57:17 -0000 1.84 +++ Browse.pm 8 Jun 2003 05:03:42 -0000 1.85 @@ -296,5 +296,5 @@ # Reading status in current directory # - #$log->debug("Local status: @localstatusoutput"); + $log->debug("Local status: @localstatusoutput"); my @output=split( /File:/, $localstatusoutput[0]); my $line; |