I tried this on my system running DWIM Perl (based on Strawberry Perl 5.14.2 32-bit) and I also hit an issue on the same test. Here's part of the messages I saw on my system:

t/03-packet.t ...... Use of uninitialized value $ENV{"HOME"} in concat +enation (. ) or string at C:\Dwimperl\cpan\build\Net-SSH-Perl-1.36-f4Rl_I\blib\li +b/Net/SSH/ Perl.pm line 111. The getpwuid function is unimplemented at C:\Dwimperl\cpan\build\Net-S +SH-Perl-1.36-f4Rl_I\blib\lib/Net/SSH/Perl/SSH1.pm line 30. # Looks like your test exited with 255 before it could output anything +. t/03-packet.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 10/10 subtests

After checking out the link from Corion's response, the following bug report seems to deal with the $ENV{"HOME"} issue on Windows that I'm seeing. That might have some useful and relevant information for you.

https://rt.cpan.org/Public/Bug/Display.html?id=49820


In reply to Re: Not able to install Net::SSH::Perl module by dasgar
in thread Not able to install Net::SSH::Perl module by nithins

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.