Commit 2acc01b3 authored by Sergei Golubchik's avatar Sergei Golubchik

make sequence and sql_discovery suites default too

parent 59d9d08e
package My::Suite::Sequence;
@ISA = qw(My::Suite);
sub is_default { 1 }
bless { };
package My::Suite::SQL_Discovery;
@ISA = qw(My::Suite);
sub is_default { 1 }
bless { };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment