has rootdir => ( isa => 'Str', is => 'rw', ); has testdir => ( traits => ['DirOption'], isa => 'Str', is => 'rw', rootdir => $self->rootDir, );