Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test2::Util - add _env_get() to wrap %ENV access.
A test might lock %ENV, so we should always check for key existence before reading a key, or the lookup might trigger an exception. This function wraps the check up and provides a default facility to make logic that needs to consult %ENV more robust.
- Loading branch information