Update Term::UI to 0.16
[p5sagit/p5-mst-13.2.git] / lib / perl5db.t
index fe39292..4553e02 100644 (file)
@@ -53,7 +53,10 @@ rc(
     }\n|,
 );
 
-runperl(switches => [ '-d' ], progfile => $target);
+{
+    local $ENV{PERLDB_OPTS} = "ReadLine=0";
+    runperl(switches => [ '-d' ], progfile => $target);
+}
 
 my $contents;
 {