Michael Holzt wrote:
Sorry, but despite your statement the code works. At least with my somewhat
pre 0.29 cvs version...
I have to rely on released code when making recommendations. If you
have some variant codebase, it may work for you, but it won't work for
anyone else.
I also object to accessing the private hash variable in module code as a
violate of the OO model (even though it is probably marginally faster
due to the lack of dispatch). Between 0.28 and 0.29 the
$transaction->{_relaying} was changed to $transaction->relaying() and
later moved to the $connection object (since relaying is strictly based
on the remote IP address or authentication, both of which are associated
with the connection, not the transaction).
John