Attached is a semi-useless patch for a few very small documentation nits in FormFu.pm. Strange characters, bad pod entities, heading levels, English quirks, etc.

The only interesting part is replacing the synopsis example in Element::Date with one I found while reading the past months' archives. I think it shows more of the possibilities:
--- lib/HTML/FormFu/Element/Date.pm     (revision 419)
+++ lib/HTML/FormFu/Element/Date.pm     (working copy)
@@ -355,9 +355,19 @@

     ---
     elements:
       - type: Date
-        name: foo
+        name: birthdate
+        label: 'Birthdate:'
+        day:
+          prefix: "- Day -"
+        month:
+          prefix: "- Month -"
+        year:
+          prefix: "- Year -"
+          less: 70
+          plus: 0
         auto_inflate: 1

Attachment: diffs_to_419_minor_nits.patch
Description: Binary data

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to