From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678 use strict;use warnings;use Test::NoWarnings;use Test::Pod::Coverage 'tests' => 2;# Test.pod_coverage_ok('Data::HTML::Form::Select', 'Data::HTML::Form::Select is covered.');
use
strict;
warnings;
Test::NoWarnings;
Test::Pod::Coverage
'tests'
=> 2;
# Test.
pod_coverage_ok(
'Data::HTML::Form::Select'
,
'Data::HTML::Form::Select is covered.'
);