in reply to When numeric conversion overloading goes awry.

I call that a bug in SOAP::Serializer. It at least ought to use Scalar::Util's refaddr() instead.

Replies are listed 'Best First'.
Re^2: When numeric conversion overloading goes awry.
by dmitri (Priest) on Jan 25, 2006 at 13:52 UTC
    Oh, this is interesting. I will try this out...