DOKK / manpages / debian 12 / libdpkg-perl / Dpkg::BuildEnv.3perl.en
Dpkg::BuildEnv(3perl) libdpkg-perl Dpkg::BuildEnv(3perl)

Dpkg::BuildEnv - track build environment

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

Update the build environment variable $varname with value $value. Record it as being accessed and modified.
Get the build environment variable $varname value. Record it as being accessed.
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.

This is a private module.

2023-05-11 1.21.22