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