Not found locally for Dpkg::Deps::Union. Try Google search
Dpkg::Deps::Union(3perl) libdpkg-perl Dpkg::Deps::Union(3perl)
Dpkg::Deps::Union - list of unrelated dependencies
| Use Case | Command | Description |
|---|---|---|
| Represent a union of unrelated dependencies | use Dpkg::Deps::Union; my $union = Dpkg::Deps::Union->new(); |
Create a new union object to manage a set of dependencies that are not related by AND/OR. |
| Output dependencies as a comma-separated list | $union->output([$fh]); |
Print the union of dependencies to a filehandle (or STDOUT by default). |
| Simplify a union of dependencies | $union->simplify_deps($facts); |
Merge overlapping dependencies into a single union using $simple_dep->merge_union($other_dep). |
This class represents a list of relationships. It inherits from Dpkg::Deps::Multiple.
$dep->output([$fh]) — The output method uses ", " to join the list of relationships.$dep->implies($other_dep) — These methods are not meaningful for this object and always return undef.$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.Mark the module as public.
1.21.1 2025-09-09 Dpkg::Deps::Union(3perl)
Generated by phpman v4.10.0-7-g98e9fd5 Author: Che Dong Under GNU General Public License
2026-09-09 12:24 @2600:1f28:365:80b0:60b0:dfa5:fbc9:9f8f
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)