Fails differently here:
error:imcc:fixup_bsrs: couldn't find addr of sub '__lookup_method'
The reason seems to be that (after loading some classes with namespace
directive):
write fixup '_Data::Dumper::Default::__lookup_method' offs 508
the symbol suddenly appears in this namespace. Did you switch back to the
main namespace?
namespace [""]
leo