aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Plugin-HTML-SuperForm/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Template-Plugin-HTML-SuperForm/pkg-descr')
-rw-r--r--textproc/p5-Template-Plugin-HTML-SuperForm/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/p5-Template-Plugin-HTML-SuperForm/pkg-descr b/textproc/p5-Template-Plugin-HTML-SuperForm/pkg-descr
new file mode 100644
index 000000000000..951779d62390
--- /dev/null
+++ b/textproc/p5-Template-Plugin-HTML-SuperForm/pkg-descr
@@ -0,0 +1,7 @@
+This is an interface into HTML::SuperForm through the Template Toolkit. When
+created without arguments (i.e. [% USE form = HTML.SuperForm %]), the
+Template's stash is searched for an Apache object or a CGI object to pass to
+HTML::SuperForm's constructor.
+
+When created with arguments (i.e. [% USE form = HTML.SuperForm(arg) %]),
+the arguments are passed to HTML::SuperForm's constructor.