Gisle, this patch is a bit urgent because without it, a circular dependency between libwww and HTML::Parser is made up that will frustrate a lot of people. The "require" error message was changed in patch 15200. See also the thread around http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-03/msg01083.html --- HTML-Parser-3.26/t/headparser-http.t~ Tue Mar 19 10:09:42 2002 +++ HTML-Parser-3.26/t/headparser-http.t Tue Mar 19 10:11:54 2002 @@ -3,7 +3,7 @@ $p = HTML::HeadParser->new; }; if ($@) { - print "1..0\n" if $@ =~ /^Can't locate HTTP/; + print "1..0\n" if $@ =~ /^Can't locate (file )?HTTP/; print $@; exit; } Thanks, -- andreas