Hi - I recently put on CPAN a gdb-like debugger for Perl that I am working on. It uses Term::ReadLine but I don't have that listed as a dependency. It does list Psh as a dependency and that requires Term::ReadLine. So although this isn't ideal and should be fixed, I am getting a failure from Term::ReadLine because some versions of Term::ReadLine::Perl have a die in them on some platforms.
See: http://www.cpantesters.org/cpan/report/15c55094-00d0-11e1-b45a-b28a378affb7 So how do I fix? Also, is there a way I can run the tests on demand *before* making a release? Thanks, rocky