logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Dpkg::Build::Env - track build environment

Changes

Version0.xx
       This is a private module.

1.21.1                                             2024-02-23                            Dpkg::Build::Env(3perl)

Description

       The Dpkg::Build::Env module is used by dpkg-buildflags to track the build environment variables being
       used and modified.

Functions

       set($varname, $value)
           Update  the  build  environment  variable $varname with value $value. Record it as being accessed and
           modified.

       get($varname)
           Get the build environment variable $varname value. Record it as being accessed.

       has($varname)
           Return a boolean indicating whether the environment variable exists.  Record it as being accessed.

       @list = list_accessed()
           Returns a list of all environment variables that have been accessed.

       @list = list_modified()
           Returns a list of all environment variables that have been modified.

Name

       Dpkg::Build::Env - track build environment

See Also