{
    "content": [
        {
            "type": "text",
            "text": "# Test::Unit::Setup (perldoc)\n\n## NAME\n\nTest::Unit::Setup - unit testing framework helper class\n\n## SYNOPSIS\n\n# A Decorator to set up and tear down additional fixture state.\n# Subclass Setup and insert it into your tests when you want\n# to set up additional state once before the tests are run.\n\n## DESCRIPTION\n\nA Decorator to set up and tear down additional fixture state. Subclass Setup and insert it into\nyour tests when you want to set up additional state once before the tests are run.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Test::Unit::Setup",
        "section": "",
        "mode": "perldoc",
        "summary": "Test::Unit::Setup - unit testing framework helper class",
        "synopsis": "# A Decorator to set up and tear down additional fixture state.\n# Subclass Setup and insert it into your tests when you want\n# to set up additional state once before the tests are run.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Test::Unit::Setup - unit testing framework helper class\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "# A Decorator to set up and tear down additional fixture state.\n# Subclass Setup and insert it into your tests when you want\n# to set up additional state once before the tests are run.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "A Decorator to set up and tear down additional fixture state. Subclass Setup and insert it into\nyour tests when you want to set up additional state once before the tests are run.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (c) 2001 Kevin Connor <kconnor@interwoven.com>\n\nAll rights reserved. This program is free software; you can redistribute it and/or modify it\nunder the same terms as Perl itself.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Test::Unit::TestCase, Test::Unit::Exception\n",
                "subsections": []
            }
        }
    }
}