Revision history for Perl extension Template::Stash::AutoEscaping
0.0302 Mon 14 Jan 19:48:34 IST 2013
- Fix the POD validation problems ( t/pod.t ).
- Add t/pod-coverage.t and fix POD coverage.
- Add t/style-trailing-space.t to get rid of trailing whitespace.
0.0301 Thu Jan 6 12:02:13 IST 2011
- Add missing dependencies to the Makefile.PL, especially a
build_requires on 'URI'.
0.03 Wed Jan 5 11:53:34 IST 2011
- forked from Template-Stash-AutoEscape after some bug fixes and
enhancements.
Revision history for Perl extension Template::Stash::AutoEscape
0.01 Mon Jun 8 22:25:27 2009
- original version
0.02 Tue Jun 08 18:28:37 2010
- fix requires
- now [% hash.item(key) %] works as [% hash.item(key.raw) %] by default.
- Add the 'die_on_unescaped' and 'method_for_escape' options.
- Fix the name of the "Template::Exception" class.