aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-FillInForm/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-HTML-FillInForm/pkg-descr')
-rw-r--r--www/p5-HTML-FillInForm/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/p5-HTML-FillInForm/pkg-descr b/www/p5-HTML-FillInForm/pkg-descr
new file mode 100644
index 000000000000..e0fbd07d49d5
--- /dev/null
+++ b/www/p5-HTML-FillInForm/pkg-descr
@@ -0,0 +1,12 @@
+From README:
+
+This module automatically inserts data from a previous HTML form into
+the HTML input and select tags. It is a subclass of HTML::Parser and
+uses it to parse the HTML and insert the values into the form tags.
+
+One useful application is after a user submits an HTML form without
+filling out required field. HTML::FillInForm can be used to redisplay
+the HTML form with all the form elements containing the submitted
+info.
+
+-- Alex Kapranoff <kapr@crosswinds.net>