[LON-CAPA-cvs] cvs: nsdl /conf nsdlstartup.pl
harris41
lon-capa-cvs@mail.lon-capa.org
Wed, 29 May 2002 00:59:08 -0000
harris41 Tue May 28 20:59:08 2002 EDT
Modified files:
/nsdl/conf nsdlstartup.pl
Log:
preloading all current modules (Apache::NSDL::*, Apache::LONCAPA::*,
Apache::GATEWAY::*)
Index: nsdl/conf/nsdlstartup.pl
diff -u nsdl/conf/nsdlstartup.pl:1.2 nsdl/conf/nsdlstartup.pl:1.3
--- nsdl/conf/nsdlstartup.pl:1.2 Tue May 28 01:15:00 2002
+++ nsdl/conf/nsdlstartup.pl Tue May 28 20:59:08 2002
@@ -6,7 +6,14 @@
use CGI::Cookie();
use CGI qw(-compile standard);
use HTTP::Headers();
-use Apache::NSDL::ToTheGateway();
+use Apache::GATEWAY::Common();
+use Apache::GATEWAY::ToLONCAPA();
+use Apache::GATEWAY::FromLONCAPA();
+use Apache::GATEWAY::ToNSDL();
+use Apache::GATEWAY::FromNSDL();
use Apache::LONCAPA::ToTheGateway();
+use Apache::LONCAPA::FromTheGateway();
+use Apache::NSDL::ToTheGateway();
+use Apache::NSDL::FromTheGateway();
1;