in reply to Re^2: installing Math::Pari on Windows
in thread installing Math::Pari on Windows

Using Net::SSH::Perl is not a great idea. Besides its dependency hell, the module has been unmaintained for a long time and has several know bugs.

Nowadays, Net::SSH2 is a much better alternative, or for an easier to use API Net::SSH::Any.

Replies are listed 'Best First'.
Re^4: installing Math::Pari on Windows
by moez507 (Novice) on Aug 06, 2013 at 18:58 UTC
    Net::SSH2 is dependent on Math::Pari too.
    I moved to using Net::SSH::Any and it works.
    Thank You
      No, Net::SSH2 doesn't depend on Math::Pari.

      On Windows, Net::SSH::Any depends on Net::SSH2 (On Unix/Linux it can use Net::OpenSSH instead).