in reply to Re^2: Is Net::SSH::Perl still supported? Can I install it on Centos 7?
in thread Is Net::SSH::Perl still supported? Can I install it on Centos 7?

Have you considered using something like Perlbrew? That lets you package up the interpreter and all the modules for your project in one directory. One can then make a simple spec file for rpmbuild that packages that directory if needed.

  • Comment on Re^3: Is Net::SSH::Perl still supported? Can I install it on Centos 7?

Replies are listed 'Best First'.
Re^4: Is Net::SSH::Perl still supported? Can I install it on Centos 7?
by cbeckley (Curate) on Mar 09, 2017 at 21:09 UTC

    Ok, now that's just cool. I had not heard of Perlbrew before, but it's bookmarked now. Thanks!