This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Debugger 'v' command
authorIlya Zakharevich <ilya@math.berkeley.edu>
Tue, 1 Dec 1998 00:34:08 +0000 (19:34 -0500)
committerGraham Barr <gbarr@pobox.com>
Mon, 28 Dec 1998 14:37:35 +0000 (14:37 +0000)
Message-Id: <199812010534.AAA21371@monk.mps.ohio-state.edu>

p4raw-id: //depot/maint-5.005/perl@2510

lib/perl5db.pl

index 03f9d44..4d05e6d 100644 (file)
@@ -1752,13 +1752,7 @@ sub list_versions {
     } 
     $version{$file} .= $INC{$file};
   }
-  do 'dumpvar.pl' unless defined &main::dumpValue;
-  if (defined &main::dumpValue) {
-    local $frame = 0;
-    &main::dumpValue(\%version);
-  } else {
-    print $OUT "dumpvar.pl not available.\n";
-  }
+  dumpit($OUT,\%version);
 }
 
 sub sethelp {