Having troubles installing Bundle::LWP  - been trying to do this for several hours now, and failing miserably.

Here is the output where it starts to go wrong (after the command "perl -MCPAN -e 'install Bundle::LWP' "):

...... Running make test [--clipped for brevity--] robot/rules-dbm......ok robot/rules..........ok robot/ua.............HTTP Server terminated robot/ua.............FAILED tests 1-3, 5, 7 Failed 5/7 tests, 28.57% okay local/autoload.......ok local/get............ok local/http...........HTTP Server terminated local/http...........NOK 8Can't call method "is_redirect" on an unde +fined value at local/http.t line 188, <DAEMON> line 1. local/http...........dubious Test returned status 22 (wstat 5632, 0x1600) DIED. FAILED test +s 1-18 Failed 18/18 tests, 0.00% okay local/protosub.......ok Failed Test Stat Wstat Total Fail Failed List of Failed -------------------------------------------------------------------- +----------- local/http.t 22 5632 18 18 100.00% 1-18 robot/ua.t 7 5 71.43% 1-3 5 7 Failed 2/23 test scripts, 91.30% okay. 23/302 subtests failed, 92.38 +% okay. *** Error code 9 Stop in /usr/local/lib/cpan/build/libwww-perl-5.64. /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force Bundle summary: The following items in bundle Bundle::LWP had instal +lation problems: LWP
As you can see, it has made it through the make process all the way up to the tests.  Why is it dying here?  What obvious thing have I overlooked?  I realize that I could "force" the install, but that seems lame, and wrong - besides, I'd rather learn why it is doing this to begin with.  I have used super search and looked at the POD as well, no clues avail themselves to me tired eyes.

Additional system info:

Any help is greatly appreciated.



*G*

In reply to Bundle::LWP Installation Problems by growlf

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.