in reply to Devel::Peek object dump result
in thread Using hv_magic() in typemap to create a tied object

Ah, I see now. My mistake. The test should have been

ok(tied %$obj)
I was testing the hash reference for being tied, instead of the actual hash itself. It works now. Thanks!

Ron Steinke rsteinke@w-link.net