Revision history for Perl extension Tenjin 0.061 2010-02-24 17:00:00 - Restored the ability to nest layout templates - Restored the layou templates precedence to the same used in plTenjin - Renamed the context variable back to $_context - Added some real CPAN tests to the distro - Moved from Module::Install to ExtUtils::MakeMaker for the Makefile 0.06 2010-02-24 12:30:00 - Restored the layout template feature which went MIA on 0.05 - Broadened the documentation for the layout template feature and macro functions - Made the utility functions available in templates natively again - Added documentation for all modules and methods - Fixed bug when preprocessing templates - Made a test script (not yet an actual CPAN test) - Cleaned distro files 0.052 2010-02-19 01:06:00 - Pointless update to remove git files from the release 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.