Subject: | Install fails without Term::ReadLine::Gnu |
Hi,
with a fresh local::lib install, against a clean perl 5.10.1 install (so no extra modules), the
namespace::clean install process fails at test 07-debugger.t
t/07-debugger.t ..........
Loading DB routines from perl5db.pl version 1.32
Editor support available.
Enter h or `h h' for help, or `man perldebug' for more help.
main::(t/07-debugger.t:26):
Unknown error
Compilation failed in require at
/home/perl/lib/perl5/site_perl/5.10.1/Term/ReadLine/Perl.pm line 63.
at /home/perl/lib/perl5/site_perl/5.10.1/Term/ReadLine/Perl.pm line 63
Term::ReadLine::Perl::new('Term::ReadLine', 'perldb', 'GLOB(0x9799ab8)',
'GLOB(0x976b960)') called at /home/perl/lib/perl5/5.10.1/perl5db.pl line 6073
DB::setterm called at /home/perl/lib/perl5/5.10.1/perl5db.pl line 2237
DB::DB called at t/07-debugger.t line 26
Test::Builder::CODE(0x9727c18)(/home/perl/lib/perl5/5.10.1/Test/Builder.pm:2426):
2426: $Test->_ending if defined $Test;
Attempt to reload Term/ReadLine/readline.pm aborted.
Compilation failed in require at
/home/perl/lib/perl5/site_perl/5.10.1/Term/ReadLine/Perl.pm line 63.
END failed--call queue aborted at t/07-debugger.t line 63.
at t/07-debugger.t line 63
Attempt to reload Term/ReadLine/readline.pm aborted.
Compilation failed in require at
/home/perl/lib/perl5/site_perl/5.10.1/Term/ReadLine/Perl.pm line 63.
END failed--call queue aborted at t/07-debugger.t line 63.
at t/07-debugger.t line 63
Test::Builder::DESTROY(/home/perl/lib/perl5/5.10.1/Test/Builder.pm:317):
317: my $self = shift;
t/07-debugger.t .......... Dubious, test returned 9 (wstat 2304, 0x900)
No subtests run
As soon as I install the Term::ReadLine::Gnu module, the install process goes through
correctly.
Bye,