The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Build::Hopen::Scope::Environment - a Build::Hopen::Scope of %ENV

SYNOPSIS

This is a thin wrapper around %ENV, implemented as a Build::Hopen::Scope. It only supports one set of data ("$set" in Build::Hopen::Scope), which is named 0 for consistency with Build::Hopen::Scope::Hash.

METHODS

_find_here

Find a named data item in %ENV and return it. Returns undef on failure.

add

Updates the corresponding environment variables, in order, by setting $ENV{}. Returns the instance.

_names_here

Add the names in %ENV to the given Set::Scalar.