in reply to SOLVED: How to install Term::ReadLine::Gnu in perlbrew ... only once?
I had Term::ReadLine::Perl installed via cpan. This would break with a similar error as yours when I went into the debugger for any version installed with perlbrew.
After numerous attempts to install Term::ReadLine::Perl (or ::Gnu) in the perlbrew environments, I was finally able to resolve the issue. I needed to remove Term::ReadLine::Perl from cpan and then install my system's library. In my case, I installed libterm-readline-perl-perl
|
|---|