Security::TLSCheck::App -- CLI part of TLS check application
use Security::TLSCheck::App (extends => 'Security::TLSCheck::Result');
my $app = Security::TLSCheck::App->new_with_options();
$app->run;
For a project overview, see the README.md of the Distribution.
Has a simple import method for importing "extends =>
'My::BAse::Class'"
Filters the domain name; here in the base class: only lower case.
Runs all checks for one domain.
Here single-treaded, override this for parallel processing.
empty init and finish subs for the domain loop; for overridung ...