New comment by zdykstra on void-packages repository https://github.com/void-linux/void-packages/pull/23942#issuecomment-666101199 Comment: > I like the idea. It could also add `perl` to `depends`. That seems reasonable - there are three other build styles that do it as well. ``` $ grep "^depends+" * gem.sh:depends+=" ruby" R-cran.sh:depends+=" R" raku-dist.sh:depends+=" rakudo" ``` I've added it in to `perl-module.sh` as well.