--- loncom/auth/lonauth.pm 2022/02/27 02:06:20 1.121.2.25 +++ loncom/auth/lonauth.pm 2022/02/28 01:07:15 1.121.2.26 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.121.2.25 2022/02/27 02:06:20 raeburn Exp $ +# $Id: lonauth.pm,v 1.121.2.26 2022/02/28 01:07:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -29,7 +29,7 @@ package Apache::lonauth; use strict; -use LONCAPA; +use LONCAPA qw(:DEFAULT :match); use Apache::Constants qw(:common); use CGI qw(:standard); use Apache::loncommon();