From: Rob H. <for...@us...> - 2003-06-01 07:43:04
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory sc8-pr-cvs1:/tmp/cvs-serv31475/lib/SandWeb/Repository Modified Files: cvs.pm Log Message: "make test" works now. had some problem with debug statements in the pm files i modified, just commented out the debug for now ( will revisit later ) Index: cvs.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/cvs.pm,v retrieving revision 1.47 retrieving revision 1.48 diff -U2 -r1.47 -r1.48 --- cvs.pm 23 Apr 2003 20:36:34 -0000 1.47 +++ cvs.pm 1 Jun 2003 07:35:11 -0000 1.48 @@ -2602,5 +2602,5 @@ if ($file_obj) { - $log->debug("Deleting temporary file"); + #$log->debug("Deleting temporary file"); $file_obj->delete(); } |