The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
The following logs changes for the CPAN distribution Template::Pure

0.009   17 March 2016
        - Make sure templates state is properly reset.

0.008   17 March 2016
        - Fixed issue with wrapper templates
        - New Feature: you may now set a template object in the data section
          and expect it to render.

0.007   16 March 2016
        - You may now assign the value of an action to any object that does
          a method called 'TO_HTML'.

0.006   15 March 2016
        - Removed some testing code accidentally left in the distribution
          in the last release

0.005   14 March 2016
        - pod tests and pod fixes (manwar++)
        - Setup for Travis CI
        - Tweaked some regular expressions for compatibility with more
          versions of Perl
        - new feature: let you assign a the target of a data context directly
          to a sub template.

0.004   14 March 2016
        - Rename Utils to ParseUtils
        - Fixed some reported errors

0.003   12 March 2016
        - Fixes for code actions and filters when the match css matches
          more than on node.

0.002   11 March 2016
        - Fix to properly mark scalar ref actions as encoded

0.001   11 March 2016
        - First usable version, with caveats (its still earlly access)