in reply to enabling XML::Rabbit serialization

XML::LibXML is a wrapper around the C libxml2 library. Most XML::LibXML objects are just ephemeral pointers (which pop in and out of existence as required) to the "real" objects which live in "C space".

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'