summaryrefslogtreecommitdiff
path: root/lib/TUWF
diff options
context:
space:
mode:
Diffstat (limited to 'lib/TUWF')
-rw-r--r--lib/TUWF/XML.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/TUWF/XML.pod b/lib/TUWF/XML.pod
index f335d23..b022b3d 100644
--- a/lib/TUWF/XML.pod
+++ b/lib/TUWF/XML.pod
@@ -341,6 +341,13 @@ L<TUWF>.
This module was inspired by L<XML::Writer|XML::Writer>, which is more powerful
but less convenient.
+There's also L<DSL::HTML|DSL::HTML>, a slightly more featureful, heavyweight
+and opinionated HTML-templating-inside-Perl module, based on
+L<HTML::Tree|HTML::Tree>.
+
+And there's L<HTML::Declare>, which is conceptually simpler than both this and
+L<DSL::HTML>, but its syntax isn't quite as nice.
+
=head1 COPYRIGHT