I have a homegrown plugin module for template toolkit that lives in /my/directory/My/Plugin.pm. What would I need to set the PLUGIN_PATH to in order to be able to
in my templates?
Also, if this pluging module does stuff that non-templates want to access too, would I be better off creating 2 modules (one with the subs, and 1 as a wrapper for the Plugin), or just call the subs directly from the Plugin module?