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::BuildTree - handle build tree actions

Changes

Version0.xx This is a private module. 1.22.21 2025-07-14 Dpkg::BuildTree(3perl)

Description

The Dpkg::BuildTree module provides functions to handle build tree actions. Note: This is a private module, its API can change at any time.

Methods

$bt = Dpkg::BuildTree->new(%opts) Create a new Dpkg::BuildTree object. Options: dir The build tree directory. If not specified, it assumes the current working directory. $bt->clean() Clean the build tree, by removing any dpkg generated artifacts. $bt->needs_root() Check whether the build tree needs root to build.

Name

Dpkg::BuildTree - handle build tree actions

See Also