This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a test failure in perl5db.t when Term::ReadLine::Gnu is installed
authorNiko Tyni <ntyni@debian.org>
Sat, 27 Mar 2010 19:38:34 +0000 (21:38 +0200)
committerSteffen Mueller <smueller@cpan.org>
Thu, 15 Apr 2010 18:24:05 +0000 (20:24 +0200)
commit5dec12c4fe365d1f431b0a1b786bfae24693e847
tree09275659340482e04a15d0236d221538b1b090ab
parent64a8e22bd3d2ce17911ed64f88d590eaef21ce1f
Fix a test failure in perl5db.t when Term::ReadLine::Gnu is installed

With Term::ReadLine::Gnu on @INC, the debugger output will include
terminal escape sequences even when empty otherwise. This makes
lib/perl5db.t test 7 ("proxy constant subroutines") fail.

Most of the other tests are already run with ReadLine support disabled, so
bring this one in line too.
lib/perl5db.t