% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>
Dpkg::Build::Env - track build environment
The Dpkg::Build::Env 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.
Returns a list of all environment variables that have been accessed.
Returns a list of all environment variables that have been modified.
This is a private module.