|
Posted by Ben Morrow on June 27, 2008, 1:50 pm
Please log in for more thread options
> >
> > > I've installed the module URI from CPAN. This works perfectly on perl-
> > > scripts, however when running tpage CLI it issues an error message,
> > > e.g.
> >
> > > ./test.tt:
> >
> > > [% USE URI %]
> >
> > > [ronny@pops]/home/ronny/development/tt(387): tpage test.tt
> > > plugin error - URI: plugin not found
> > > [ronny@pops]/home/ronny/development/tt(388):
> >
> > > Any suggestions? When dumping the @INC, URI.pm is contained in at
> > > least one of the paths.
> >
> > If you are trying to load URI.pm itself as a plugin you will need to
> > specify LOAD_PERL => 1 in you template config.
>
> The system is obviously configured with that setting, I am able to
> load
> a phletora of modules, except the URI.pm.
>
> Or are you saying that the URI.pm requires this setting, the others
> not?
I don't know. If you are having specific problems loading URI.pm, as
opposed to loading other non-TT modules as plugins, please post a
minimal complete program that demonstrates the problem.
Ben
--
We do not stop playing because we grow old;
we grow old because we stop playing.
ben@morrow.me.uk
|