aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Plugin-HTML-SuperForm
Commit message (Collapse)AuthorAgeFilesLines
* This is an interface into HTML::SuperForm through the Template Toolkit. WhenPhilip M. Gollucci2009-07-144-0/+44
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. A dep for www/p5-Gantry Reported by: Cezary Morga <cm@therek.net> Notes: svn path=/head/; revision=237826