in reply to Re: Non-root Module Install problems
in thread Non-root Module Install problems

Thanks,
I tried it and it (appears) to have worked.

When I came to the 'make test' stage, it failed with the error:
Can't locate Test.pm in @INC (@INC contains: /usr/lib/perl5/i386-linux +/5.00404 /usr/lib/perl5 /usr/lib/perl5/site_perl/i386-linux /usr/lib/ +perl5/site_perl .) at test.pl line 5. BEGIN failed--compilation aborted at test.pl line 5.
Which I think is just because I had changed the PERL5LIB variable.

Anyway, I continued with 'make install', which succeeded.
I then wrote a little cgi that created a new HTML::Template object from a file, and filled it with a single variable.
So this (very basic) test suggests that it is fine.

Thank you.
fireartist