Revision history for Template-Mustache

v0.5.4 2016-11-06

    - Update link to Mustache main site. (GH#29, paultcochrane)
    - Lots of maintance work by paultcochrane
      (GH#23,GH#25,GH#26,GH#27,GH#30,GH#31,GH#32 paultcochrane)
    - Convert internal docs to POD (GH#24, paultcochrane)
    - Fix spec test suite breakages. (GH#33, paultcochrane)
    - Add Travis config (GH#34, paultcochrane)
    - Convert tests away from Test::Mini.

v0.5.3 2015-12-10
        - Update master GitHub Mustache project url. (ReadmeCritic, GH#22)
        - Use HTML::Entities instead of CGI::escapeHTML. (Josh Lavin, GH#21)
        - add script 'mustache.pl'. (Chris Christensen, GH#15)
        - add 'namespace::clean' as a dependency. (mskott, GH#7)

v0.5.2  2015-06-12

        don't use length(@arr) when scalar(@arr) is meant!

        use tr/// for counting, not split

        don't die if provided context object is a non-object ref

v0.5.1  2011-02-13
        Updating dependency on Test::Mini::Unit.  Solves build problems on Perl
        5.13+.

        An optional second argument, `$render`, is now passed to lambdas.  This
        code reference will render the template it's given against the current
        context stack.

v0.5.0  2011-01-10
        Initial release to CPAN.