I've released a new developer version of Template Toolkit, v2.04b. Available
from:
http://www.tt2.org/download.html
This fixes the problem with Makefile.PL generating a bad Makefile which
doesn't install optional components, build docs, etc., and also applies
Chris' patch. Details below.
Enjoy!
A
#------------------------------------------------------------------------
# Version 2.04b - 04 Aug 2001 ## DEVELOPER RELEASE ##
#------------------------------------------------------------------------
* Fixed a bug in the Makefile.PL which prevented the correct targets
from being added to the generated Makefile to install additional
components, build HTML docs, etc.
* Applied a patch from Chris Nandor to fix a bug introduced by the taint
checks in 2.04 which barfed on ';' in filenames. Also changes open()
to sysopen() in Template::Document for additional security. See
http://www.tt2.org/pipermail/templates/2001-August/001348.html
* Another part of the same pudge patch adds FACTORY as a default value
to Template::Parser to allow Template::Directive factory class to
be replaced.