sub setup { my $self = shift; $self->start_mode('start'); $self->run_modes([qw( start test )]); }