aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Stream/pkg-descr
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:46:17 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:46:17 +0000
commit46e871f4ce9aabbf777480ae525fc3be314a33e9 (patch)
tree4e714c768d2f6ef016f525519f65f55d12663240 /www/p5-HTML-Stream/pkg-descr
parent042d1a2c41f4acd1dc1db01e890e1d3f0c2a6096 (diff)
downloadports-46e871f4ce9aabbf777480ae525fc3be314a33e9.tar.gz
ports-46e871f4ce9aabbf777480ae525fc3be314a33e9.zip
Notes
Diffstat (limited to 'www/p5-HTML-Stream/pkg-descr')
-rw-r--r--www/p5-HTML-Stream/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/p5-HTML-Stream/pkg-descr b/www/p5-HTML-Stream/pkg-descr
new file mode 100644
index 000000000000..462a2d62a4c8
--- /dev/null
+++ b/www/p5-HTML-Stream/pkg-descr
@@ -0,0 +1,6 @@
+ This module provides you with an object-oriented (and
+ subclassable) way of outputting HTML. Basically, you open
+ up an "HTML stream" on an existing filehandle, and then do
+ all of your output to the HTML stream (you can intermix
+ HTML-stream-output and ordinary-print-output, if you
+ like).