in reply to Re: Can't find a tree in the forest - CPAN and AddHistory
in thread Can't find a tree in the forest - CPAN and AddHistory

Indeed you need Term::ReadLine::Perl which is not included in core. For some reason Term::ReadLine is not self-sufficient.

At least that solved the AddHistory (and GetHistory) issue for me.

  • Comment on Re^2: Can't find a tree in the forest - CPAN and AddHistory

Replies are listed 'Best First'.
Re^3: Can't find a tree in the forest - CPAN and AddHistory
by Anonymous Monk on Jun 07, 2015 at 12:21 UTC
    Interesting, Term::ReadLine::Perl is fianlly not needed but its dependency - Term::ReadKey is. With that, Term::ReadLine is sufficient.

      sudo cpan -i Term::ReadKey fixed it for me. Thanks everybody!