I keep getting this when i try to run an SSH login
Can't locate Net/SSH/Perl.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /scripts/test/ssh line 2. BEGIN failed--compilation aborted at /scripts/test/ssh line 2.
but perl says its up to date
[root@SCRIPTS /]# cpanm Net::SSH::Perl
Net::SSH::Perl is up to date. (1.35)
[root@SCRIPTS /]#
the module says its up to date so im not sure where the issue is the script starts as follows :
#!/usr/bin/perl
use Net::SSH::Perl;
any help would be appreciated