From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

package Form::Address;
has_field 'street';
has_field 'city';
has_field 'state';
has_field 'zip';
no HTML::FormHandler::Moose;
1;