man-pages/man3/Dpkg::Deps::Union.3perl.html
2021-03-31 01:06:50 +01:00

89 lines
1.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of Dpkg::Deps::Union</TITLE>
</HEAD><BODY>
<H1>Dpkg::Deps::Union</H1>
Section: libdpkg-perl (3perl)<BR>Updated: 2020-03-23<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
Dpkg::Deps::Union - list of unrelated dependencies
<A NAME="lbAC">&nbsp;</A>
<H2>DESCRIPTION</H2>
This object represents a list of relationships. It inherits from
Dpkg::Deps::Multiple.
<A NAME="lbAD">&nbsp;</A>
<H2>METHODS</H2>
<DL COMPACT>
<DT id="1">$dep-&gt;output([$fh])<DD>
The output method uses ``, '' to join the list of relationships.
<DT id="2">$dep-&gt;implies($other_dep)<DD>
<DT id="3">$dep-&gt;get_evaluation($other_dep)<DD>
These methods are not meaningful for this object and always return undef.
<DT id="4">$dep-&gt;simplify_deps($facts)<DD>
The simplification is done to generate an union of all the relationships.
It uses <TT>$simple_dep</TT>-&gt;merge_union($other_dep) to get its job done.
</DL>
<A NAME="lbAE">&nbsp;</A>
<H2>CHANGES</H2>
<A NAME="lbAF">&nbsp;</A>
<H3>Version 1.00 (dpkg 1.15.6)</H3>
Mark the module as public.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="5"><A HREF="#lbAB">NAME</A><DD>
<DT id="6"><A HREF="#lbAC">DESCRIPTION</A><DD>
<DT id="7"><A HREF="#lbAD">METHODS</A><DD>
<DT id="8"><A HREF="#lbAE">CHANGES</A><DD>
<DL>
<DT id="9"><A HREF="#lbAF">Version 1.00 (dpkg 1.15.6)</A><DD>
</DL>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:39 GMT, March 31, 2021
</BODY>
</HTML>