Giter VIP home page Giter VIP logo

env-sanctify-moosified's Introduction

NAME
    Env::Sanctify::Moosified - Lexically scoped sanctification of %ENV

VERSION
    version 1.06

SYNOPSIS
      my $sanctify = Env::Sanctify::Moosified->consecrate( sanctify => [ '^POE' ] );

      # do some stuff, fork some processes etc.

      $sanctify->restore

      {

        my $sanctify = Env::Sanctify::Moosified->consecrate( env => { POE_TRACE_DEFAULT => 1 } );

        # do some stuff, fork some processes etc.
      }

      # out of scope, %ENV is back to normal

DESCRIPTION
    Env::Sanctify::Moosified 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.

    Useful for manipulating the environment that forked processes and
    sub-processes will inherit.

CONSTRUCTOR
    "consecrate"
        Creates an Env::Sanctify::Moosified object. Takes two optional
        arguments:

        "env"
            A hashref of env vars to add to %ENV.

        "sanctify"
            An arrayref of regex pattern strings to match against current
            %ENV vars;

        Any %ENV var that matches a "sanctify" regex is removed from the
        resultant %ENV.

METHODs
    "restore"
        Explicitly restore the previous %ENV. This is called automagically
        when the object is "DESTROY"ed, for instance, when it goes out of
        scope.

AUTHOR
    Chris Williams <[email protected]>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2013 by Chris Williams.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

env-sanctify-moosified's People

Contributors

bingos avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.