Subject: | explicit load failed |
Hi,
Normally this __PACKAGE__ will be loaded by Term::ReadLine. While it
will fail once loaded explicitly by `use Term::ReadLine::Perl' or
`require Term::ReadLine::Perl'.
I assume `require Term::ReadLine;' or `use base' progma can make
Term::ReadLine::Stub known to the __PACKAGE__.
---------------------
dongxu@cnlabsdongxu ~/tmp $ /usr/bin/perl -e ' require
Term::ReadLine::Perl; '
Can't locate object method "Features" via package "Term::ReadLine::Stub"
at /usr/lib/perl5/site_perl/5.8.8/Term/ReadLine/Perl.pm line 97.
Compilation failed in require at -e line 1.
---------------------
Cheers,
- Dongxu