[ic] Testing IC 4.9.7

Marco Mescoli interchange-users@icdevgroup.org
Tue Jun 17 08:17:00 2003


Testing IC 4.9.7
Installed Perl 5.8.0
Perl module Term::ReadLine::Perl installed but:
UI admin: Term::ReadLine::Perl not found. Gives you filename completion and
command history .....

Testing module installation using this lines:
perl
use Term::ReadLine;
use Term::ReadLine::Perl;
OK

But with this line:
perl
use Term::ReadLine::Perl;
==> Can't locate object method "Features" via package "Term::ReadLine::Stub"
@INC problem

Anyone has suggestion

Marco Mescoli