Name: | perl-Env-Sanctify |
---|---|
Version: | 1.12 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 29962 |
License: | GPL+ or Artistic |
RPM: | perl-Env-Sanctify-1.12-1.el7.noarch.rpm |
Source RPM: | perl-Env-Sanctify-1.12-1.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Env-Sanctify/ |
Summary: | 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. |