Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory usw-pr-cvs1:/tmp/cvs-serv27467/lib/SandWeb
Modified Files:
Browse.pm
Log Message:
* removed 'use lib'
Index: Browse.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Browse.pm,v
retrieving revision 1.71
retrieving revision 1.72
diff -U2 -r1.71 -r1.72
--- Browse.pm 10 Mar 2002 01:56:05 -0000 1.71
+++ Browse.pm 10 Mar 2002 23:21:52 -0000 1.72
@@ -27,5 +27,4 @@
use strict;
-use lib '../lib';
use SandWeb::File;
|