From: Chris W. <la...@us...> - 2005-03-21 03:53:09
|
Update of /cvsroot/openinteract/OpenInteract2/sample/apache2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23874 Modified Files: startup_mp2.pl Log Message: updated startup to include APR::Table, thanks to Andreas and Teemu Index: startup_mp2.pl =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/sample/apache2/startup_mp2.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** startup_mp2.pl 26 Feb 2005 23:31:25 -0000 1.2 --- startup_mp2.pl 21 Mar 2005 03:53:01 -0000 1.3 *************** *** 4,7 **** --- 4,8 ---- use Apache2 (); use Apache2::OpenInteract2; + use APR::Table (); use CGI; use Log::Log4perl; |