Revision history for Template-Plugin-TwoStage

0.03       2010-06-06
* precompiled versions are stored in binary mode now
  bypassing any io layers, and making tests pass also on
  win platforms (CRLF io layer issues)
* added missing LICENSE command to Makefile.PL
* consideration of undefined values when storing  
  precompilation keys together with precompiled 
  templates
* fixing minor typos in docs

0.02       2009-04-02
* extended and clarified documentation
* prefer to rethrow template exceptions 
* don't let TT stash variable 'TwoStage.precompile_mode'
  - used to indicate precompilation stage in the stash -
  interfere with default variable name for plugin object
  'TwoStage' when instantiating the TwoStage plugin 
  without assigning it to a variable at the same time
  ("USE TwoStage;" vs. "USE cache = TwoStage;");
  moved to variable name 'TwoStage_precompile_mode'
* give 1st stage caching files the file extension '.tt'

0.01       2008-10-01
bumped up version to first non-developer release

0.01_02    2008-09-25 - developer release
* added dependency on constant.pm
* made constants declarations compatible with version 
  1.02 of constants.pm included in perl version 5.62
  ( we were moving away from declaration of multiple 
  constants in a single statement )

0.01_01    2008-09-20 - developer release
initial upload to cpan