1Dpkg::Control::Tests::Entry(3perl)libdpkg-perlDpkg::Control::Tests::Entry(3perl)
2
3
4
6 Dpkg::Control::Tests::Entry - represents a test suite entry
7
9 This object represents a test suite entry.
10
12 All the methods of Dpkg::Control are available. Those listed below are
13 either new or overridden with a different behavior.
14
15 $entry = Dpkg::Control::Tests::Entry->new()
16 Creates a new object. It does not represent a real control test
17 entry until one has been successfully parsed or built from scratch.
18
19 $entry->parse($fh, $desc)
20 Parse a control test entry from a filehandle. When called multiple
21 times, the parsed fields are accumulated.
22
23 Returns true if parsing was a success.
24
26 Version 1.00 (dpkg 1.18.8)
27 Mark the module as public.
28
29
30
311.19.7 2020-02-18Dpkg::Control::Tests::Entry(3perl)