From 579081338c5dc2c540752d3e97605a9e478bae11 Mon Sep 17 00:00:00 2001 From: Naveed Massjouni Date: Thu, 14 Jun 2012 14:29:20 -0400 Subject: [PATCH] Document TT modules with similar functionality. --- lib/Dancer/Plugin/EscapeHTML.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/Dancer/Plugin/EscapeHTML.pm b/lib/Dancer/Plugin/EscapeHTML.pm index f8293d8..0f55bba 100644 --- a/lib/Dancer/Plugin/EscapeHTML.pm +++ b/lib/Dancer/Plugin/EscapeHTML.pm @@ -42,6 +42,8 @@ You can encode specific bits of data yourself using the C and C keywords, or you can enable automatic escaping of all values passed to the template. +If you are using L, these modules provide similar +functionality: L and L. =head1 KEYWORDS @@ -163,6 +165,9 @@ L L +L + +L =head1 AUTHOR