Randal L. Schwartz wrote: > I'm betting it's XS Stash, but I don't know how to swap it to the > normal stash.
You're right. Set the Perl stash like so: use Template::Config; $Template::Config::STASH = 'Template::Stash'; and both coderef and object return the same correct value. So it's definately a bug in the XS Stash. > Can we get an ETA on the fix? The problem is somewhere in or around die_object(). I'm hunting it now, but I need to find my XS head first :-) A _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
