The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
1.009
      2007-11-07
        * Add ADD_LOCAL_PATH configuration item
        * Try to cleanup some failing tests on other platforms - particularly with Andy's view tests
        * Resample benchmarks to allow for updates to HTML::Template::Compiled

1.008
      2007-10-26
        * Fix split_paths to work with objects
        * Make 5.6 a requirement
        * Add patches for ENCODING (thanks to Carl Franks)
        * Fix broken tests on low perl version

1.007
      2007-10-04
        * Patch to bench_various_templaters.pl to fix HTC_file test (Tina Müller via RT)
        * Update coverage tests
        * Allow relative to get/set better when calling parse_file in Tmpl.pm
        * Fix DUMP directive to show keys when QR_PRIVATE is set to false.
        * Fix HTE mode to handle <TMPL_VAR "foo"> which is the same as <TMPL_VAR foo> (undocumented HT feature)

1.006
      2007-07-03
        * Fix parsing errors in HTE syntax with <TMPL_IF expr="1 + 1">foo</TMPL_IF>

1.005
      2007-06-28
        * Update evaluation order of files and arguments to PROCESS and INCLUDE

1.004
      2007-06-20
        * Fix braindead bug in COMPILE_DIR
        * Fix many caching bugs particularly with string refs
        * Add GLOBAL_CACHE support
        * Add 02_cache.t

1.003
      2007-06-20
        * Fix several issues with the HTE role
        * Add a few more tests

1.002
      2007-06-12
        * Documentation fixes
        * Allow for some easier subclassing

1.002
      2007-06-08
        * Fix initial release blues
        * Add support for overriding other classes
        * Document roles a little better.
        * Allow for STASH to be passed - even though we won't use its methods.
        * Make sure compile_RAWPERL works
        * Allow methods without entries in the Compile::DIRECTIVES table to defer to Play::DIRECTIVES table.

1.001
      2007-06-07
        * Added strref cache support
        * Added compile_perl support.
        * Added support of Text::Tmpl style templates
        * Added support for Velocity style templates
        * More edge cases
        * More sample syntax

1.000
      2007-05-25
        * First from CGI::Ex::Template version 2.13