in reply to SOLVED: How to install Term::ReadLine::Gnu in perlbrew ... only once?

After deleting the line eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)" from .bashrc everything works as it should.

I just did the same thing whilst getting termux bootstrapped:

tar zvxf local-lib-2.000011.tar.gz cd local-lib-2.000011 perl Makefile.PL --bootstrap pkg install make make test && make install echo 'eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"' >>~/.bashrc

After a dozen attempts, I installed a fresh .bashrc and finally failed to fail....

  • Comment on Re: SOLVED: How to install Term::ReadLine::Gnu in perlbrew ... only once?
  • Download Code