Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository
In directory usw-pr-cvs1:/tmp/cvs-serv32297/lib/SandWeb/Repository
Modified Files:
CVS.pm
Log Message:
clearing up more -w warnings
Index: CVS.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/CVS.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -U2 -r1.21 -r1.22
--- CVS.pm 2002/01/18 19:25:08 1.21
+++ CVS.pm 2002/01/18 20:52:55 1.22
@@ -537,5 +537,5 @@
}
- my $output = join(/ /, "@output_lines");
+ my $output = join(" ", "@output_lines");
my %return = (
|