--- loncom/homework/lonhomework.pm 2003/01/19 08:11:38 1.106 +++ loncom/homework/lonhomework.pm 2003/01/28 00:13:37 1.107 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.106 2003/01/19 08:11:38 albertel Exp $ +# $Id: lonhomework.pm,v 1.107 2003/01/28 00:13:37 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -49,6 +49,7 @@ use Apache::imageresponse(); use Apache::essayresponse(); use Apache::externalresponse(); use Apache::rankresponse(); +use Apache::matchresponse(); use Apache::Constants qw(:common); use HTML::Entities(); use Apache::loncommon();