in reply to Re^2: Cpan install gets stuck installing Net OpenSSH ?
in thread Cpan install gets stuck installing Net OpenSSH ?

I tried a different install method, using cpanminus and ended up with this: SUMMARY

And then what happened?

Why aren't you running the failing tests by hand?

or make test TEST_VERBOSE=1 TEST_FILES=t/quoting.t

or prove -vb t/quoting.t

or perl -Mblib t/quoting.t

or all of them verbosely? make test TEST_VERBOSE=1

or prove -vbr t

  • Comment on Re^3: Cpan install gets stuck installing Net OpenSSH ?

Replies are listed 'Best First'.
Re^4: Cpan install gets stuck installing Net OpenSSH ?
by jtzako (Sexton) on Mar 11, 2016 at 01:44 UTC
    Sorry, I do not know enough about doing things manually to even begin to do that. I do web stuff, not unix so trying to use what little info I can find online to get this working.
      It is quite easy: download the archive from here and unpack it, then open a shell and move inside the directory where you have just unpacked it (i.e. /tmp/Net-OpenSSH-0.70), then run the command bellow and paste here the output.
      perl -Ilib t/quoting.t

      Sorry, I do not know enough about doing things manually to even begin to do that. I do web stuff, not unix so trying to use what little info I can find online to get this working.

      I hear you