Skip Menu |

This queue is for tickets about the Template-Toolkit CPAN distribution.

Report information
The Basics
Id: 5033
Status: resolved
Priority: 0/
Queue: Template-Toolkit

People
Owner: Nobody in particular
Requestors: slaven [...] rezic.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.12
Fixed in: (no value)



Subject: Template::Plugin::Math?
The Template::Plugin::Math module is mentioned in the Template::Modules documentation, but does not exist at CPAN.
Template::Plugin::Math is still missing in 2.14.
[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/