Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Dpkg::Build::Env

Name Dpkg::Build::Env
Version 0.01
Located at /usr/share/perl5
File /usr/share/perl5/Dpkg/Build/Env.pm
Is Core No
Search CPAN for this module Dpkg::Build::Env
Documentation Dpkg::Build::Env
Module Details Dpkg::Build::Env


NAME

Dpkg::Build::Env - track build environment


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.


CHANGES

Version 0.xx

This is a private module.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026