summaryrefslogtreecommitdiff
path: root/plugin/type_test/mysql-test/type_test/suite.pm
blob: fe38ca576506cf9fd587ae02932e1def1656a6fe (plain)
1
2
3
4
5
6
7
8
9
10
package My::Suite::Type_test;

@ISA = qw(My::Suite);

return "No TYPE_TEST plugin" unless $ENV{TYPE_TEST_SO};

sub is_default { 1 }

bless { };