Update of /cvsroot/openinteract/OpenInteract/OpenInteract/Cookies
In directory usw-pr-cvs1:/tmp/cvs-serv7446
Modified Files:
Apache.pm
Log Message:
move the 'use' out of the conf/apache.dat file and into here
Index: Apache.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/OpenInteract/Cookies/Apache.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Apache.pm 2001/10/17 04:47:07 1.3
--- Apache.pm 2001/11/06 14:31:44 1.4
***************
*** 4,7 ****
--- 4,8 ----
use strict;
+ use Apache::Cookie;
use Data::Dumper qw( Dumper );
|