in reply to Re: LWP failed testing
in thread LWP failed testing

It will not allow me to install the module because of the failed test... I do not see any errors within the compiling to suggest WHY it would not all me to install because of 1 failed test (the very last test of the HTML/Form test)

here is the rest of the make test portion that I failed to give....
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
html/form.t 103 1 0.97% 99
Failed 1/30 test scripts, 96.67% okay. 1/759 subtests failed, 99.87% okay.
*** Error code 29
make: Fatal error: Command failed for target `test'
thank you for any help you can provide

Replies are listed 'Best First'.
Re^3: LWP failed testing
by mrras27 (Initiate) on Dec 01, 2005 at 18:23 UTC
    looks like if you down-rev (libwww-perl-5.79) it is all happy and working... thanks for your help
Re^3: LWP failed testing
by PodMaster (Abbot) on Dec 01, 2005 at 18:42 UTC
    It will not allow me to install the module because of the failed test...
    make install doesn't care if you passed tests or not, it will always try to install the module.

    If you're using something else to install modules (cpanp/cpan/whatever), and its not letting you install a module because of failing tests, you'll need to RTFM for help.

    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.