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

eval "use Test::Pod::Coverage tests=>1";
plan skip_all => "Test::Pod::Coverage required for testing POD coverage"
if $@;
pod_coverage_ok(
"HTML::StripScripts::Parser",
{ trustme => ['hss_init'] },
"HTML::StripScripts::Parser is covered"
);