There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

HTML::SuperForm::Field::Text - Text field used by HTML::SuperForm

SYNOPSIS

my $text = HTML::SuperForm::Field::Text->new( name => 'my_text',
                                              default => 'default text' );

print $text;

SEE ALSO

HTML::SuperForm::Field

AUTHOR

John Allwine <jallwine86@yahoo.com>