GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Dpkg::Build::Env(3perl) libdpkg-perl Dpkg::Build::Env(3perl)

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.

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.

This is a private module.
2019-04-19 1.19.7

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.