The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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