Hi Henrik, you added a rule_ready to OneLineBodyRuleType.pm
+ $sub .= '
+ $self->rule_ready(q{'.$rulename.'});
+ ';
+
Why? I thought OneLineBodyRuleType.pm does not have asynchronous calls?
And if rule_ready is used, should'n there be a call to rule_pending
first?
A similar case exists with Reuse.pm: call of rule_ready, no call of rule_pending.
Regards, Michael
