[% class_name = 'foo' ; class_obj = USE Class(class_name) ; class_obj.moniker ; %]
What gets printed is 'proxy', which is the last element of 'Template::Plugin::Class::Proxy'! It appears that the proxy object inherits from UNIVERSAL::moniker somewhere along the line. That wouldn't be too bad but that method gets called instead of the override in my class.
Does anybody know how to fix this?
Thanks and regards, Dave
_______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
