1Dpkg::Deps::Union(3perl)         libdpkg-perl         Dpkg::Deps::Union(3perl)
2
3
4

NAME

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

DESCRIPTION

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

METHODS

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

CHANGES

27   Version 1.00 (dpkg 1.15.6)
28       Mark the module as public.
29
30
31
321.20.9                            2021-05-10          Dpkg::Deps::Union(3perl)
Impressum