Russell Sutherland wrote:
This line seems to correspond to:

return DECLINED if exists $self->qp->connection->relay_client();


You should be able to fix that by deleting the work "exists" from that line of code (since it is not part of the current 0.31rc2 release with an explicit mention of not calling exists on a class method). The better recommendation would be to install 0.31 instead (though it is not technically released yet), as there are lots of other changes there.

John

Reply via email to