Help for this page
NAME runtests - Run tests through a TAPx harness. ... Options which take arguments -h, --harness Define test harness to use. See TAPx::Harness.
#!/usr/bin/perl use Test::HTML::Lint tests => 1; ... my $html = do { local $/; <$fh> }; html_ok( $html, "$file has valid HTML" );