The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Tenjin

0.051	2010-02-18 18:51:00
	- Fixed 'use of uninitialized value' warnings caused by $lspace and $rspace
	- Removed references to pltenjin which caused the Makefile to fail

0.05	2010-02-18 12:35:00
	- Revised code structure, Tenjin::Engine is now just Tenjin
	- Much faster template compilation
	- Not backwards compatible with previous versions!

0.04	2009-08-01 18:00:00
	- Fixed some typos in the documentation
	- Added the ability to set the encoding of templates
	- USE_STRICT can now also be set by Tenjin::Engine->new()
	- Added a little more documentation

0.031	2009-07-27 23:30:00
	- Fixed bad links in all the modules.
	- Added the command line application to the distribution.
	- Added the MIT license file to the distribution.

0.03    2009-07-26 20:20:00
        - Initial release adapted from plTenjin's original 0.0.2 source.