Dpkg::BuildEnv(3) libdpkg-perl Dpkg::BuildEnv(3) NAME Dpkg::BuildEnv - track build environment DESCRIPTION The Dpkg::BuildEnv module is used by dpkg-buildflags to track the build environment variables being used and modified. FUNCTIONS $bf->set($varname, $value) Update the build environment variable $varname with value $value. Record it as being accessed and modified. $bf->get($varname) Get the build environment variable $varname value. Record it as being accessed. $bf->has($varname) Return a boolean indicating whether the environment variable exists. Record it as being accessed. my @list = $bf->list_accessed() Returns a list of all environment variables that have been accessed. my @list = $bf->list_modified() Returns a list of all environment variables that have been modified. CHANGES Version 0.xx This is a private module. 1.17.27 2016-04-25 Dpkg::BuildEnv(3)
Czas wygenerowania: 0.00050 sek.
Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson
Copyright © 2003-2023 Linux.pl
Hosted by Hosting Linux.pl