[guest - Tue Oct 12 17:26:24 2004]:
Show quoted text> Template::Plugin::Math is still missing in 2.14.
I've solved this by digging Template::Plugin::Math.pm out of
TT2's cvs. Here is my recipe (for my cygwin system, but I've
done this on Solaris & linux too). This works for cvs $Revision$
1.11 of Template::Plugin::Math.pm.
$ cd /tmp
$ cvs -d :pserver:cvs@cvs.tt2.org:/template-toolkit co
Template2/lib/Template/Plugin
cvs server: Updating Template2/lib/Template/Plugin
...
$ find /usr/lib/perl5/ -name Template
/usr/lib/perl5/site_perl/5.8/cygwin/Template
$ mv Template2/lib/Template/Plugin/Math.pm
/usr/lib/perl5/site_perl/5.8/cygwin/Template/Plugin/
$ rm -r Template2/