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

Once the archive reaches the CPAN mirror you are using (probably tomorrow), you would be able to try it from the CPAN shell running the following command:
> look SALVA/Net-OpenSSH-0.71_03.tar.gz

Replies are listed 'Best First'.
Re^17: Cpan install gets stuck installing Net OpenSSH ?
by jtzako (Sexton) on Mar 16, 2016 at 18:07 UTC

    Shouldnt recently updated mirrors have it by now? I checked several US mirrors here: http://mirrors.cpan.org/#us

    None have anything newer than 7.0 even though some have been updated in the last few minutes, or hours.

      Shouldn't recently updated mirrors have it by now?

      Should be there by now.
      I just ran:
      cpan install SALVA/Net-OpenSSH-0.71_03.tar.gz
      and it went fine for me.

      Cheers,
      Rob
        Cool, looks like it is installing and making it past t/quoting.t. Is it a problem that I have to press enter a few times at the password prompt when it attempts to ssh to localhost (I dont have the root password and it seems to be wanting that instead of my own password)
        It is installed, but I still get the IO::Pty issue when I try to actually use Net::OpenSSH. Since this thread is getting rather long I posted the details here: http://www.perlmonks.org/?node_id=1158119