Move environment read outside of DependencyResolver
Reading environment variables from random places in the code makes the flow harder to follow, and unittesting harder. This moves one environment reads to the `dub` module, which performs many of them already. |
---|
|
source/dub/dependencyresolver.d |
---|
source/dub/dub.d |
---|