basic HTML::Form::Simple module setup
authorMischa Poslawsky <mischa@mediadesign.nl>
Thu, 17 Jul 2008 19:01:06 +0000 (21:01 +0200)
committerMischa Poslawsky <mischa@mediadesign.nl>
Thu, 17 Jul 2008 19:06:05 +0000 (21:06 +0200)
commit07e0ed545852a3c579b3475786c02d84a48eb3f2
tree994d80e4b36a63de17ce37c96531c0a7c77b9fad
basic HTML::Form::Simple module setup

Initial module setup for basic form-related HTML output.  Meant to
replace various ad-hoc subroutines.  Start with a decent input() method
and work from here.  Test suite provided for current functionality.
lib/HTML/Form/Simple.pm [new file with mode: 0644]
t/html.t [new file with mode: 0644]