in reply to HTML::Parser failing tests

HTML::Parser fail --> Failed Tests while Installing HTML::Parser

To search or to search, there is only one choice ;)

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re: Re: HTML::Parser failing tests
by mr_mischief (Monsignor) on Aug 07, 2003 at 17:26 UTC
    Thank you so very much!

    The Failed Tests while Installing HTML::Parser link lead me to a discussion of same in one of its replies, which says basically this:

    RedHat 8 makes its default language en_US.UTF8 instead of just en_US for some reason, and perl tries to honor this. By switching the $LANG environment variable to en_US (for Anglophiles of US dialect, of course), it lets it work.

    This worked very well. I love this site more every time I think to use it. Thanks again. Sorry I didn't search first this time. I usually do, but I got hurried. I'll remember to search first next time.

    Christopher E. Stith
      By the way, the upcoming perl 5.8.1 release will fix this problem.
        In which way?

        Makeshifts last the longest.