Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory sc8-pr-cvs1:/tmp/cvs-serv31475/lib/SandWeb
Modified Files:
File.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: File.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/File.pm,v
retrieving revision 1.64
retrieving revision 1.65
diff -U2 -r1.64 -r1.65
--- File.pm 14 Jan 2003 09:49:47 -0000 1.64
+++ File.pm 1 Jun 2003 07:35:11 -0000 1.65
@@ -757,5 +757,5 @@
my $return;
- $log->debug("removing file : $location/$filename");
+ #$log->debug("removing file : $location/$filename");
my $module = SandWeb::File::Unix->new(
filename => $filename,
|