Update of /cvsroot/sandweb/sandweb/lib/SandWeb/File
In directory sc8-pr-cvs1:/tmp/cvs-serv31475/lib/SandWeb/File
Modified Files:
Unix.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: Unix.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/File/Unix.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -U2 -r1.11 -r1.12
--- Unix.pm 14 Jan 2003 09:49:47 -0000 1.11
+++ Unix.pm 1 Jun 2003 07:35:11 -0000 1.12
@@ -784,5 +784,5 @@
my $return;
- $log->debug("removing file : $location/$filename");
+ #$log->debug("removing file : $location/$filename");
my $result = _shell(
@@ -791,5 +791,5 @@
log_obj => $log,
);
- $log->debug("error code : $result");
+ #$log->debug("error code : $result");
if ($result) {
|