Hi Bernie,

> when I run the Makefile.PL I get the following errors:

> Can't locate File/Temp.pm in @INC (@INC contains: ./lib
> /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
> /usr/lib/perl5/site_perl/5.6.0/i386-linux
> /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at
> lib/Template/Document.pm line 36.
> [...]

you must install the File::Temp module first because it is required by
the Template Toolkit. You can get it from CPAN separately (since Perl
5.8 it comes for free with the core).

Best regards,
Axel


_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to