HTML::SuperForm::Field::Text - Text field used by HTML::SuperForm
my $text = HTML::SuperForm::Field::Text->new( name => 'my_text', default => 'default text' );
print $text;
HTML::SuperForm::Field
John Allwine <jallwine86@yahoo.com>