Not found locally for Dpkg::Control::Tests. Try Google search
Dpkg::Control::Tests — parse files like debian/tests/control
| Use Case | Command | Description |
|---|---|---|
| Create a new control object | my $c = Dpkg::Control::Tests->new() |
Instantiate a parser for debian/tests/control files |
| Create a new test item | my $item = $c->new_item() |
Generate a new empty test entry within the control object |
Access all methods from Dpkg::Index |
$c->some_method() |
Inherited methods for indexing, search, etc. |
It provides a class to access data of files that follow the same syntax as debian/tests/control.
All the methods of Dpkg::Index are available. Those listed below are either new or overridden with a different behavior.
$c = Dpkg::Control::Tests->new(%opts) — Create a new Dpkg::Control::Tests object, which inherits from Dpkg::Index.$item = $tests->new_item() — Creates a new item.Mark the module as public.
Generated by phpman v4.10.0-7-g98e9fd5 Author: Che Dong Under GNU General Public License
2026-09-09 12:33 @2600:1f28:365:80b0:60b0:dfa5:fbc9:9f8f
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)