84 lines
1.7 KiB
HTML
84 lines
1.7 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of Dpkg::Control::Tests::Entry</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>Dpkg::Control::Tests::Entry</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"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
Dpkg::Control::Tests::Entry - represents a test suite entry
|
|
<A NAME="lbAC"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
|
|
|
|
This object represents a test suite entry.
|
|
<A NAME="lbAD"> </A>
|
|
<H2>METHODS</H2>
|
|
|
|
|
|
|
|
All the methods of Dpkg::Control are available. Those listed below are either
|
|
new or overridden with a different behavior.
|
|
<DL COMPACT>
|
|
<DT id="1">$entry = Dpkg::Control::Tests::Entry-><B>new()</B><DD>
|
|
|
|
|
|
|
|
|
|
Creates a new object. It does not represent a real control test entry
|
|
until one has been successfully parsed or built from scratch.
|
|
<DT id="2">$entry->parse($fh, $desc)<DD>
|
|
|
|
|
|
|
|
|
|
Parse a control test entry from a filehandle. When called multiple times,
|
|
the parsed fields are accumulated.
|
|
|
|
|
|
<P>
|
|
|
|
|
|
Returns true if parsing was a success.
|
|
</DL>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>CHANGES</H2>
|
|
|
|
|
|
|
|
<A NAME="lbAF"> </A>
|
|
<H3>Version 1.00 (dpkg 1.18.8)</H3>
|
|
|
|
|
|
|
|
Mark the module as public.
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="3"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="4"><A HREF="#lbAC">DESCRIPTION</A><DD>
|
|
<DT id="5"><A HREF="#lbAD">METHODS</A><DD>
|
|
<DT id="6"><A HREF="#lbAE">CHANGES</A><DD>
|
|
<DL>
|
|
<DT id="7"><A HREF="#lbAF">Version 1.00 (dpkg 1.18.8)</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>
|