--- loncom/interface/lonrss.pm 2006/12/04 21:51:31 1.30 +++ loncom/interface/lonrss.pm 2006/12/04 22:10:28 1.31 @@ -1,7 +1,7 @@ # The LearningOnline Network # RSS Feeder # -# $Id: lonrss.pm,v 1.30 2006/12/04 21:51:31 albertel Exp $ +# $Id: lonrss.pm,v 1.31 2006/12/04 22:10:28 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -29,7 +29,7 @@ package Apache::lonrss; use strict; -use LONCAPA (:DEFAULT :match); +use LONCAPA qw(:DEFAULT :match); use Apache::Constants qw(:common); use Apache::loncommon; use Apache::lonnet;