On Tue, Dec 09, 2003 at 02:51:42PM -0800, Bryan Whitehead wrote:
I wish I could just do this: /usr/depot/sol8/perl/5.8.2/bin/perl -MCPAN -e 'install -notest Template'
CPAN already has a feature like this, but it is called "force" and precedes the command to run:
perl -MCPAN -e 'force install Template'
_______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
FWIW I tried that.
using force with install forces an already installed package/updated package to be rebuilt. It will still run the tests and bomb out when they fail.
make install implies make test, force will just force each step. :(
-- Bryan Whitehead SysAdmin - JPL - Interferometry and Large Optical Systems Phone: 818 354 2903 [EMAIL PROTECTED]
_______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
