NAME

Chj::Repl::Dependencies - hack to load Repl dependencies

SYNOPSIS

use Chj::TEST use=> 'Chj::Repl::Dependencies';

DESCRIPTION

Term::ReadLine::Gnu does not allow to check for its presence directly. When require'ing Term::ReadLine::Gnu, it gives an error saying "It is invalid to load Term::ReadLine::Gnu directly.". That makes it appear as unloadable when in fact it is present. And depending on just Term::ReadLine is not enough, the repl will then fail at runtime. Stupid.

So, this.