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

raeburn raeburn at source.lon-capa.org
Fri Jul 10 23:02:54 EDT 2026


raeburn		Sat Jul 11 03:02:54 2026 EDT

  Modified files:              
    /loncom	startup.pl 
  Log:
  - lonpubdisplay.pm added. LONCAPA::LWPReq replaces LWP::UserAgent on startup
  
  
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.46 loncom/startup.pl:1.47
--- loncom/startup.pl:1.46	Sun Mar  3 06:30:05 2024
+++ loncom/startup.pl	Sat Jul 11 03:02:54 2026
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: startup.pl,v 1.46 2024/03/03 06:30:05 raeburn Exp $
+# $Id: startup.pl,v 1.47 2026/07/11 03:02:54 raeburn Exp $
 
 BEGIN {
     eval "use Apache2::compat();";
@@ -26,7 +26,6 @@
 use Parse::RecDescent();
 use Date::Manip();
 use IO::Socket();
-use LWP::UserAgent();
 use Math::Cephes();
 use Math::Cephes::Matrix qw(mat);
 use Math::Random();
@@ -36,6 +35,7 @@
 use Safe();
 use Safe::Hole();
 use LONCAPA;
+use LONCAPA::LWPReq();
 use Apache::lonnet();
 use Apache::lonxml();
 use Apache::lonhomework();
@@ -47,6 +47,7 @@
 use Apache::caparesponse();
 use Apache::lonstatistics();
 use Apache::grades();
+use Apache::lonpubdisplay();
 use Apache::lonpublisher();
 use Apache::radiobuttonresponse();
 use Apache::optionresponse();




More information about the LON-CAPA-cvs mailing list