in reply to
TT PLUGIN_PATH
a simple
use lib qw(/my/directory);
in your perl-script should do the trick.
--edit--
oh, yes, and your module has to be somewhere under Template::Plugin, otherwise TT2 is not recognizing it as a plugin. see
the Documentation
.
Comment on
Re: TT PLUGIN_PATH
Download
Code
In Section
Seekers of Perl Wisdom