Subject: | Term::ReadLine::readline vs Term::ReadLine::Perl cyclic dependency |
I was installing from CPAN and tests fail using "cpan Term::ReadLine::Perl5"
Seems that Term::ReadLine::readline::getline calls
Term:ReadLine::Perl5::get_line and wasn't finding that. Rather than have
it find it which would cause a cyclic dependency, I've added getline to
Term::ReadLine::readline. Ultimately though possibly the two files
Perl5.pm and readline.pm will get merged and one of those get_lines will
disappear.
See pull github request #1
https://github.com/jmadler/p5-Term-ReadLine-Perl5/pull/1