my $path = Path::Tiny->cwd; $path = $path->parent until -f "$path/.marker" or $path->is_rootdir;