Changes for version 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 type ("USE TwoStage;" vs. "USE cache = TwoStage;"); moved to variable name 'TwoStage_precompile_mode'
- give 1st stage caching files the file extension '.tt'
Changes for version 0.01_02 - 2008-09-25
- 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 )
Changes for version 0.01_01 - 2008-09-20
- initial upload to cpan
Modules
two stage processing of template blocks with first stage caching
Provides
in lib/Template/Plugin/TwoStage/Test.pm