The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#!/usr/bin/env perl
use strict;
use Test::More tests => 1;
my ( $valid, $missing, $invalid, $unknown ) =
Data::FormValidator->validate( {}, {} );
ok( ( ref $invalid eq 'ARRAY' ),
"no invalid fields are returned as an arrayref" );