logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Dpkg::Build::Info - handle build information

Changes

Version1.02(dpkg1.21.14) Deprecate module: replaced by Dpkg::BuildInfo. Version1.01(dpkg1.20.1) New function: get_build_env_allowed(). Deprecated function: get_build_env_whitelist(). Version1.00(dpkg1.18.14) Mark the module as public. 1.22.21 2025-07-14 Dpkg::Build::Info(3perl)

Description

The Dpkg::Build::Info module provides functions to handle the build information. This module is deprecated, use Dpkg::BuildInfo instead.

Functions

@envvars = get_build_env_allowed() Get an array with the allowed list of environment variables that can affect the build, but are still not privacy revealing. This is a deprecated alias for Dpkg::BuildInfo::get_build_env_allowed(). @envvars = get_build_env_whitelist() This is a deprecated alias for Dpkg::BuildInfo::get_build_env_allowed().

Name

Dpkg::Build::Info - handle build information

See Also