> I ran this:
> > perl -MCPAN -e 'force install Template'
> 
> When you invoke the Perl interpreter with -e, shouldn't the argument
> read: -e 'force("install", "Template")' or something like that because
> you have to specify Perl code and not CPAN shell syntax?

Using the shell would be best since it is the only heavily tested interface to CPAN.

Still, this worked for me tho my system had no errors while running
`make test' so I'm not sure. (Isn't testing grand? :)

perl -MCPAN -e 'CPAN::Shell->force("install","Template")'

You should be aware that the build for Template is interactive
as well and hangs whilst waiting for answers.

--mark

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

Reply via email to