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::Gnuplot::Plot');
}
# -----------------------------------------------------------------------------
package main;
Quiq::Gnuplot::Plot::Test->runTests;
# eof