Hi, might be slightly unrelated to QA....sorry
After installing JOSHUA/Net-Telnet-Cisco-1.10.tar.gz if I run perl Makefile.PL on an unrelated Makefile.PL that requires 'Net::Telnet::Cisco' => '1.10' I get a warning Argument "1.3.1" isn't numeric in numeric lt (<) at /opt/perl510/lib/5.10.0/ExtUtils/MakeMaker.pm line 414. I did not get this warning before installing Net::Telnet::Cisco Strange thing is that when I ack for "1.3.1" the only place I found it is /opt/perl510/lib/site_perl/5.10.0/Sys/HostIP.pm 7:$VERSION = '1.3.1'; So my diagnostics pointing at Net::Telnet::Cisco might be incorrect. So which module is at fault here? /opt/perl510/bin/perl -MExtUtils::MakeMaker -le 'print $ExtUtils::MakeMaker::VERSION' 6.42 Gabor