Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository
In directory sc8-pr-cvs1:/tmp/cvs-serv23220/lib/SandWeb/Repository
Modified Files:
Tag: release-1_0-branch
cvs.pm
Log Message:
Minor syntax fix. Merged from HEAD.
Index: cvs.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/cvs.pm,v
retrieving revision 1.46
retrieving revision 1.46.2.1
diff -U2 -r1.46 -r1.46.2.1
--- cvs.pm 1 Apr 2003 02:46:27 -0000 1.46
+++ cvs.pm 24 Apr 2003 18:20:53 -0000 1.46.2.1
@@ -715,5 +715,5 @@
'file_obj' => $file_obj,
);
- };
+ }
if ($output) {
|