For this module I see red. Twenty eight failures spanning successive Perl releases

But have you looked at the test results of the fails or just that they are red?

I haven't looked at them all but I checked half a dozen of the fails. Every one I looked at failed in the same place...

# Failed test 'success status' # at t/example.t line 19. # Failed test 'have header Client-SSL-Socket-Class' # at t/example.t line 29. # Failed test 'have header Client-SSL-Cipher' # at t/example.t line 44. # Failed test 'found expected document content' # at t/example.t line 46. # 'Can't connect to www.example.com:443 (Name do +es not resolve)
These are all the places that the tests will fail if the host machine cannot retrieve the webpage www.example.com. To me, this would suggest that the problem is not with the module but instead with an incompatibility between the module's needs and the host environment.

As LWP::Protocol::https is only useful to fetch HTTPS requests, it seems reasonable that the tests fail when the host cannot retrieve a webpage.


In reply to Re^2: Installing LWP::Protocol::https Failure by Bod
in thread Installing LWP::Protocol::https Failure by crabbit

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.