Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.854 and 1.855

version 1.854, 2007/03/28 21:44:13 version 1.855, 2007/03/30 18:18:43
Line 53  use Digest::MD5; Line 53  use Digest::MD5;
 use Math::Random;  use Math::Random;
 use LONCAPA qw(:DEFAULT :match);  use LONCAPA qw(:DEFAULT :match);
 use LONCAPA::Configuration;  use LONCAPA::Configuration;
 use Apache::lonhosts;  
   
 my $readit;  my $readit;
 my $max_connection_retries = 10;     # Or some such value.  my $max_connection_retries = 10;     # Or some such value.

Removed from v.1.854  
changed lines
  Added in v.1.855


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>