use Test::Simple 'no_plan'; use lib './lib'; use A; my $a = new A; ok($a->run);