Fixing method name
This commit is contained in:
parent
6e3cbe7f04
commit
0e92592d17
@ -104,7 +104,7 @@ sub addId
|
||||
my $value = shift;
|
||||
|
||||
my $e = Trace::Eval->new($key);
|
||||
$e->addId(undef, $value);
|
||||
$e->addValue(undef, $value);
|
||||
push @{ $self->{groups} }, $e;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user