[JV - Sun Jan 11 13:25:16 2004]:
Show quoted text> When a class overloads "" (stringification), YAML::Dump dumps objects
> of the class as strings, hence with no internal structure.
I ran into this problem recently as well, turns out that YAML::Node::info() uses the stringified
ref to determine the class, type and unique ID for a reference. This obviously breaks if the
object has overloaded '"'.
The attached patch works for me, though with the author in the middle a rewrite I don't know
if it is that useful to him.