Help for this page
use strict; use Test::More tests => 5; ... ok("They're OK"); ok("All's OK"); };
SKIP: { eval { require HTML::Lint }; ... $lint->parse( $html ); is( $lint->errors, 0, "No errors found in HTML" ); }