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'];

HTH

--
END
------------------------------------------------------------
    What doesn't kill us can only make us stronger.
                Nothing is impossible.
                                
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
  http://www.liquidityservicesinc.com
       http://www.liquidation.com
       http://www.uksurplus.com
       http://www.govliquidation.com
       http://www.gowholesale.com

Reply via email to