summaryrefslogtreecommitdiff
path: root/www/p5-HTML-PrettyPrinter/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-HTML-PrettyPrinter/DESCR')
-rw-r--r--www/p5-HTML-PrettyPrinter/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/p5-HTML-PrettyPrinter/DESCR b/www/p5-HTML-PrettyPrinter/DESCR
new file mode 100644
index 00000000000..6026af6cd71
--- /dev/null
+++ b/www/p5-HTML-PrettyPrinter/DESCR
@@ -0,0 +1,8 @@
+A module for generating nice looking HTML files from HTML trees.
+It is especially usefull if the produced HTML file shall be read
+or edited manually afterwards. Various parameters let you adapt
+the output to different styles and requirements.
+
+If you don't care how the HTML source looks like as long as it is
+valid and readable by browsers, you should use the as_HTML() method
+of HTML::Element instead of the pretty printer.