[LON-CAPA-cvs] cvs: loncom / startup.pl

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 10 Feb 2003 21:19:59 -0000


albertel		Mon Feb 10 16:19:59 2003 EDT

  Modified files:              
    /loncom	startup.pl 
  Log:
  - Adding more to the startup sequence
  - Exposes some issues
  
  
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.10 loncom/startup.pl:1.11
--- loncom/startup.pl:1.10	Mon Dec  2 12:47:28 2002
+++ loncom/startup.pl	Mon Feb 10 16:19:59 2003
@@ -14,6 +14,7 @@
 use Fcntl qw(:flock);
 use File::Copy();
 use GDBM_File();
+use HTML::LCParser();
 use HTML::TokeParser();
 use HTML::TreeBuilder();
 use HTML::Entities();
@@ -68,4 +69,50 @@
 use Apache::lonproblemanalysis();
 use Apache::lonproblemstatistics();
 use Apache::lonroles();
+use Apache::lontrans();
+use Apache::hint();
+use Apache::inputtags();
+use Apache::localauth();
+use Apache::lonambiguous();
+use Apache::lonchat();
+use Apache::lonchatfetch();
+use Apache::lonclassifystudents();
+use Apache::loncommunicate();
+use Apache::loncoursedata();
+use Apache::loncreatecourse();
+use Apache::londefdef();
+use Apache::londocs();
+use Apache::lonhtmlcommon();
+use Apache::lonmsg();
+use Apache::lonmysql();
+use Apache::lonpercentage();
+use Apache::lonpickstudent();
+use Apache::lonplot();
+use Apache::lonsearchcat();
+use Apache::lonsequence();
+use Apache::lonsimplepage();
+use Apache::lonspreadsheet();
+use Apache::lonstudentassessment();
+use Apache::lonsyllabus();
+use Apache::lontokacc();
+use Apache::lonunauthorized();
+use Apache::lonupload();
+use Apache::lonuploadedacc();
+use Apache::lonwrapper();
+use Apache::admannotations();
+use Apache::admbookmarks();
+use Apache::style();
+use Apache::lontex();
+use Apache::matchresponse();
+use Apache::outputtags();
+use Apache::randomlabel();
+use Apache::rankresponse();
+use Apache::response();
+use Apache::run();
+use Apache::scripttag();
+use Apache::structuretags();
+# can't include this one due to the way it does it's BEGIN
+#use Apache::loncreateuser();
 1;
+__END__
+