Revision history for Template-Mustache

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.

