|
NAMEForm::Sensible::Field::Text - Field for representing character-strings SYNOPSIS use Form::Sensible::Field::Text;
my $textfield = Form::Sensible::Field::Text->new(
name => 'username',
maximum_length => 16,
minimum_length => 6,
should_truncate => 0
);
DESCRIPTIONForm::Sensible::Field subclass for representing character-string based data. ATTRIBUTES
METHODS
AUTHORJay Kuri - <jayk@cpan.org> SPONSORED BYIonzero LLC. <http://ionzero.com/> SEE ALSOForm::Sensible LICENSECopyright 2009 by Jay Kuri <jayk@cpan.org> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|