NAME

Form::Validator::USState - Canned validator for US State abbreviations

SYNOPSIS

$form->add_validation(username => 'Form::Validator::USState');

DESCRIPTION

Checks for a field containing precisely two letters, and further checks (in Perl-space) that these two letters are a valid abbreviation for a US state.