Hi, While compiling mod perl 2.0.1 on a box that did not have HTML::HeadParser installed, several tests failed.
The tests, located in 8 files all in the ModPerl-Registry/t directory, are: special_blocks.t 206.t 304.t 404.t cgi.t closure.t perlrun_extload.t redirect.t Stas Bekman, at a Portland Perl Monks meeting, suggested that, since HTML::HeadParser is not installed, special_blocks.t should be skipped. Changing this line in special_blocks.t: plan tests => @aliases * 4, 'mod_alias.c'; to the line below skips the test: plan tests => @aliases * 4, need ['mod_alias.c', 'HTML::HeadParser']; Similar changes may also be required on the 7 other files. If the changes suggested above are incorrect, or if this error can not be reproduced on a box that does not have HTML::HeadParser installed, I can provide more details about the failing tests. Much thanks to all the developers for MP2. Your testy friend, Jim