|
From: <ix...@us...> - 2002-01-04 00:30:11
|
ixjonez 02/01/03 16:30:10
Modified: . Tag: Ã `¶@h¶@h¶@Øx ps X³ X³ Ø `
¶@¶@p¨ p¨
¶@¶@ ¶@ ¶@¨¶@¨¶@°¶@°¶@¸¶@¸¶@À¶@À¶@ȶ@ȶ@ж@ж@ض@ض@à¶@à¶@è¶@è¶@ð¶@ð¶@ø¶@ø¶@
/tmp/cvs-serv12594/test.pl No tag test.pl
Log:
find commons libs
Revision Changes Path
No revision
No revision
No revision
No revision
No revision
No revision
No revision
No revision
No revision
No revision
No revision
1.2 +1 -0 lab/test.pl
Index: /tmp/cvs-serv12594/test.pl
===================================================================
RCS file: /cvsroot/liveframe/lab/test.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /tmp/cvs-serv12594/test.pl 2001/11/30 01:03:03 1.1
+++ /tmp/cvs-serv12594/test.pl 2002/01/04 00:30:10 1.2
@@ -5,6 +5,7 @@
use Test;
BEGIN { plan tests => 1 };
+use lib "../commons/lib";
use LiveFrame::Lab;
ok(1); # If we made it this far, we're ok.
No revision
No revision
1.2 +1 -0 lab/test.pl
Index: test.pl
===================================================================
RCS file: /cvsroot/liveframe/lab/test.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- test.pl 2001/11/30 01:03:03 1.1
+++ test.pl 2002/01/04 00:30:10 1.2
@@ -5,6 +5,7 @@
use Test;
BEGIN { plan tests => 1 };
+use lib "../commons/lib";
use LiveFrame::Lab;
ok(1); # If we made it this far, we're ok.
|