Jump to letter: [
23ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Env-Sanctify - Lexically scoped sanctification of %ENV
- Description:
Env::Sanctify is a module that provides lexically-scoped manipulation and
sanctification of %ENV. You can specify that it alter or add additional
environment variables or remove existing ones according to a list of matching
regexen. You can then either restore the environment back manually or let the
object fall out of scope, which automagically restores. It's useful for
manipulating the environment that forked processes and sub-processes will
inherit.
Packages
perl-Env-Sanctify-1.12-1.el7.noarch
[18 KiB] |
Changelog
by Paul Howarth (2014-02-17):
- Update to 1.12
- Added test for sanctification plus adding an env variable
- Don't run the Pod tests for EL-5/EL-6 builds
|