Philip M. Gollucci wrote:
Jim Martinez wrote:

While compiling mod perl 2.0.1 on a box that did not have HTML::HeadParser
installed, several tests failed.

What modules did you have installed ?

Stas Bekman, at a Portland Perl Monks meeting, suggested that, since
HTML::HeadParser is not installed, special_blocks.t should be skipped.

I'll look at formulating and commiting a patch Monday/Tuesday night, if I can duplicate it and nobody beats me to it.

plan tests => @aliases * 4, 'mod_alias.c';

to the line below skips the test:

plan tests => @aliases * 4, need ['mod_alias.c', 'HTML::HeadParser'];

I think I've already committed that skip rule but the rename branch merge has wiped it away. Philip, if you work on that, just wipe off HTML::HeadParser from your installed libs and run 'make test' and you will see which tests need that check.


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to