In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5dec12c4fe365d1f431b0a1b786bfae24693e847?hp=64a8e22bd3d2ce17911ed64f88d590eaef21ce1f>
- Log ----------------------------------------------------------------- commit 5dec12c4fe365d1f431b0a1b786bfae24693e847 Author: Niko Tyni <[email protected]> Date: Sat Mar 27 21:38:34 2010 +0200 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. ----------------------------------------------------------------------- Summary of changes: lib/perl5db.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/perl5db.t b/lib/perl5db.t index 59acd7a..3f68759 100644 --- a/lib/perl5db.t +++ b/lib/perl5db.t @@ -143,7 +143,7 @@ SKIP: { { rc( qq| - &parse_options("NonStop=0 TTY=db.out LineInfo=db.out"); + &parse_options("NonStop=0 ReadLine=0 TTY=db.out LineInfo=db.out"); \n|, qq| -- Perl5 Master Repository
