* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2002-12-06 13:44]: > In anticipation of creating some plugins, I was reviewing the docs at > http://www.template-toolkit.org/docs/plain/Modules/Template/Plugin.html. > > It is not perfectly clear where I put the code to identify PLUGIN_BASE > - should my package look like this:
If the call to Template->new is not in package MyOrg::Template::Plugin::MyPlugin, then, yes, that is correct. PLUGIN_BASE is used by scripts and modules external to your plugin, so that TT can find your plugin. (darren) -- Pessimests are right more often, but optimists are happy more often. _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.ourshack.com/mailman/listinfo/templates
