Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Term-ReadLine-Perl5 CPAN distribution.

Report information
The Basics
Id: 84014
Status: resolved
Priority: 0/
Queue: Term-ReadLine-Perl5

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.04
Fixed in: 1.05



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