--- loncom/auth/migrateuser.pm 2013/09/29 00:49:24 1.18 +++ loncom/auth/migrateuser.pm 2013/09/29 13:07:25 1.19 @@ -1,7 +1,7 @@ # The LearningOnline Network # Starts a user off based of an existing token. # -# $Id: migrateuser.pm,v 1.18 2013/09/29 00:49:24 raeburn Exp $ +# $Id: migrateuser.pm,v 1.19 2013/09/29 13:07:25 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -29,7 +29,7 @@ package Apache::migrateuser; use strict; -use LONCAPA; +use LONCAPA qw(:DEFAULT :match); use Apache::Constants qw(:common :http :methods); use Apache::lonauth; use Apache::lonnet;