aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Bind/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-31 05:19:16 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-31 05:19:16 +0000
commitb7607ef66b82d6bdcb097374c542df88affd1c03 (patch)
treee3929c5ed872be7239bd1d104ae24953dec8c727 /textproc/p5-Text-Bind/pkg-descr
parentb8aa60da8bcb7dced3030ee2f8e91d45494d46bb (diff)
downloadports-b7607ef66b82d6bdcb097374c542df88affd1c03.tar.gz
ports-b7607ef66b82d6bdcb097374c542df88affd1c03.zip
Notes
Diffstat (limited to 'textproc/p5-Text-Bind/pkg-descr')
-rw-r--r--textproc/p5-Text-Bind/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/p5-Text-Bind/pkg-descr b/textproc/p5-Text-Bind/pkg-descr
new file mode 100644
index 000000000000..0fdff792f816
--- /dev/null
+++ b/textproc/p5-Text-Bind/pkg-descr
@@ -0,0 +1,11 @@
+Text::Bind allows you to bind Perl structures (strings, routines,
+filehandles, objects, and arrays) to specific locations (called *data
+sites*) in text files.
+
+The main purpose of this module is to support HTML templates for CGI
+programs. Therefore, HTML pages design can be kept separate from CGI
+code. However, the class is general enough to be used in other contexts
+than CGI application development.
+
+-Anton
+<tobez@tobez.org>