dumpvar.pl broken
Ilya Zakharevich [Thu, 18 Sep 2003 18:58:59 +0000 (11:58 -0700)]
Message-ID: <20030919015858.GA22503@math.berkeley.edu>

p4raw-id: //depot/perl@21284

lib/dumpvar.pl

index 5c9100b..474818a 100644 (file)
@@ -30,7 +30,8 @@ sub main::dumpValue {
   local $^W=0;
   (print "undef\n"), return unless defined $_[0];
   (print &stringify($_[0]), "\n"), return unless ref $_[0];
-  dumpvar::unwrap($_[0],0, $_[1]);
+  push @_, -1 if @_ == 1;
+  dumpvar::unwrap($_[0], 0, $_[1]);
 }
 
 # This one is good for variable names: