--- loncom/loncron 2021/02/02 20:53:05 1.127 +++ loncom/loncron 2021/02/02 21:14:36 1.128 @@ -2,7 +2,7 @@ # Housekeeping program, started by cron, loncontrol and loncron.pl # -# $Id: loncron,v 1.127 2021/02/02 20:53:05 raeburn Exp $ +# $Id: loncron,v 1.128 2021/02/02 21:14:36 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -42,12 +42,10 @@ use IO::File; use IO::Socket; use HTML::Entities; use Getopt::Long; -use GDBM_File; +use GDBM_File qw(GDBM_READER); use Storable qw(thaw); use File::ReadBackwards; use File::Copy; -use GDBM_File qw(GDBM_READER); -use Storable qw(thaw nfreeze); use Sys::Hostname::FQDN(); #globals