package Fixture; # - some operation # - do these: # - this test # - that test # #sub do_these : CompileTest { # my $self = shift; # return [ ['this test'], ['that test'] ]; #} 1;