Revision history for Template::Sandbox

1.01_02 Version released at 2009-12-08-12:38.  *** Development version. ***
        Version started at  2009-12-08-08:29.
        Release focus: optimizing the compile and optimization phases.
        Major optimization to jump target renumbering in template optimization.
        Only call _delete_instr() when actually needed.  Doh.
        Prebuild list of jump-targets for speed when merging adjacent literals.
        Correctly made FUNC_NEEDS_TEMPLATE a constant sub.
        Use tr/// instead of m// for newline-counting during compile.
        Replace nasty array munging during compile with splice().
        Moved a few regexp compiles outside the loops using them.

1.01_01 Version released at 2009-10-07-10:48.  *** Development version. ***
        Version started at  2009-09-10-13:25.
        No-longer assumes english-localized perl error text in tests.
        Unreadable template test: improved check that it really is unreadable.

1.01    Version released at 2009-09-07-11:17.
        Version started at  2009-09-07-11:17.
        Released rc 1.00_03 as 1.01 stable.

1.00_03 Version released at 2009-09-04-12:14.  *** Development version. ***
        Version started at  2009-09-04-11:43.
        Made Test::Exception a build requirement rather than optional.
        Fixed @_ vs $@ idiotic cut-n-paste typo in tests.

1.00_02 Version released at 2009-09-01-11:57.  *** Development version. ***
        Version started at  2009-08-27-09:52.
        Futher typo fixes and clarification for POD.
        Added zero-width vs void-context assigns to bugs section.
        Typo fix in t/10-constructor.t.

1.00_01 Version released at 2009-08-27-08:02.  *** Development version. ***
        Version started at  2009-08-26-13:51.
        Corrected string versions for ALL modules.
        Neaten synospis lines in POD.
        Numerous typo fixes in POD.
        Rewrites of some POD sections for clarity and consistency.
        Corrected 'no cache modules' test skips.
        Added 0.03 requirement for Log::Any.
        Suggest Cache::Cache 1.00 as recommendation.


1.00    Version released at 2009-08-26-13:18.
        Version started at  2009-08-??.
        Initial CPAN release.
        Split from internal Application::Template module.
        Added tests.
        Added documentation.
