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::Deps::Union - list of unrelated dependencies

Changes

Version1.00(dpkg1.15.6) Mark the module as public. 1.22.21 2025-07-14 Dpkg::Deps::Union(3perl)

Description

This class represents a list of relationships. It inherits from Dpkg::Deps::Multiple.

Methods

$dep->output([$fh]) The output() method uses ", " to join the list of relationships. $dep->implies($other_dep) $dep->get_evaluation($other_dep) These methods are not meaningful for this object and always return undef. $dep->simplify_deps($facts) The simplification is done to generate an union of all the relationships. It uses $simple_dep->merge_union($other_dep) to get its job done.

Name

Dpkg::Deps::Union - list of unrelated dependencies

See Also