Subject: | Use Question |
Date: | Wed, 28 Jan 2009 13:14:09 -0800 |
To: | bug-Alien-SVN [...] rt.cpan.org |
From: | Yuri Shtil <yuris [...] juniper.net> |
Hi,
I am trying to incorporate the distribution into an object framework we
develop.
In this framework the SVN::Client object is a member of a container
object. There can be multiple of the latter active.
However the ctx->info and other methods passe the result info back to
the caller via the receiver callback I could not find an easy way to
pass it to the right object from the receiver callback.
I ended up using a module lexical which is kind of ugly.
Do you have any suggestions?
--
Yuri