Skip to content

Commit

Permalink
Missing $ on return names.
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed Jan 2, 2009
1 parent 5ac96c6 commit 8726d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Data/Dump/Trace.pm
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ sub autowrap {
$name = lc($class);
$name =~ s/.*:://;
}
$name = '$' . $name unless $name =~ /^\$/;
$autowrap_class{$class} = $name;
}
}
Expand Down

0 comments on commit 8726d93

Please sign in to comment.