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

Net::SSH2 is dependent on Math::Pari too.
I moved to using Net::SSH::Any and it works.
Thank You

Replies are listed 'Best First'.
Re^5: installing Math::Pari on Windows
by salva (Canon) on Aug 10, 2013 at 06:30 UTC
    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).