{
    "content": [
        {
            "type": "text",
            "text": "# Dpkg::Control::Tests::Entry (perldoc)\n\n## NAME\n\nDpkg::Control::Tests::Entry - represents a test suite entry\n\n## DESCRIPTION\n\nThis class represents a test suite entry.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **METHODS**\n- **CHANGES**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Dpkg::Control::Tests::Entry",
        "section": "",
        "mode": "perldoc",
        "summary": "Dpkg::Control::Tests::Entry - represents a test suite entry",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "CHANGES",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Dpkg::Control::Tests::Entry - represents a test suite entry\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This class represents a test suite entry.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "All the methods of Dpkg::Control are available. Those listed below are either new or overridden\nwith a different behavior.\n\n$entry = Dpkg::Control::Tests::Entry->new()\nCreates a new object. It does not represent a real control test entry until one has been\nsuccessfully parsed or built from scratch.\n\n$entry->parse($fh, $desc)\nParse a control test entry from a filehandle. When called multiple times, the parsed fields\nare accumulated.\n\nReturns true if parsing was a success.\n",
                "subsections": []
            },
            "CHANGES": {
                "content": "Version 1.00 (dpkg 1.18.8)\nMark the module as public.\n",
                "subsections": []
            }
        }
    }
}