clean up after stray test file littering
[p5sagit/p5-mst-13.2.git] / lib / perl5db.pl
index 71cdb4a..ba3e2f7 100644 (file)
@@ -442,7 +442,7 @@ if (defined $ENV{PERLDB_PIDS}) {
   $term_pid = -1;
 } else {
   $ENV{PERLDB_PIDS} = "$$";
-  $pids = '';
+  $pids = "{pid=$$}";
   $term_pid = $$;
 }
 $pidprompt = '';