modperl: allow overriding timer label

This commit is contained in:
Alexey Sokolov
2020-07-11 21:58:27 +01:00
parent 40a4ab031f
commit 1c9cb3f830

View File

@@ -641,7 +641,7 @@ sub CreateTimer {
$self->{_cmod},
$a{interval}//10,
$a{cycles}//1,
"perl-timer",
$a{label}//"perl-timer",
$a{description}//'Just Another Perl Timer',
$ptimer);
$ptimer->{_ctimer} = $ctimer;