Skip to content

Commit

Permalink
Less clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed Jan 2, 2009
1 parent 50dc94a commit d87175f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Data/Dump/Trace.pm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ sub mcall {
my $o = shift;
my $method = shift;
my $oname = ref($o) ? $obj_name{overload::StrVal($o)} || "\$o" : $o;
print YELLOW, $oname, "->", $method, dumpav(@_), RESET;
print YELLOW, $oname, "->", $method, @_ ? dumpav(@_) : "", RESET;
if (!defined wantarray) {
print "\n";
$o->$method(@_);
Expand Down

0 comments on commit d87175f

Please sign in to comment.