We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When you pass the parameters from a Plack::Request object to the form you need to convert them to an ordinary hash:
my $form = DvdForm->new( params => $req->parameters->as_hashref,
where $req is your Plack::Request object.