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

#!/usr/bin/env perl
use v5.10;
use strict;
# -----------------------------------------------------------------------------
sub test_loadClass : Init(1) {
shift->useOk('Quiq::Html::Util');
}
# -----------------------------------------------------------------------------
package main;
Quiq::Html::Util::Test->runTests;
# eof