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