Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

To get a better idea about what exactly is failing, you can go directly to the build directory and run prove on the test script in question (assuming you're using the CPAN shell):

CPAN> look IO-Socket-SSL $ prove -vb t/nonblock $ exit

It may just be that it's trying to do something for which you don't have the required privileges, or something similar. If you know you won't be doing any work with SSL sites, you can safely force the install with (again, under the CPAN shell):

force install IO::Socket::SSL

CPANPLUS has a similar mechanism to force the installation despite a test failure. Still, once you know exactly what test is failing and why, you may be able to do something about in order to get a clean bill of health. Otherwise if you get odd results later on, you can never be sure that it wasn't those tests that failed, which were warning you about something real.

• another intruder with the mooring in the heart of the Perl


In reply to Re: issue installing IO-Socket-SSL by grinder
in thread issue installing IO-Socket-SSL by perlknight

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-25 09:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found