{
    "content": [
        {
            "type": "text",
            "text": "# Test::Unit::Decorator (perldoc)\n\n## NAME\n\nTest::Unit::Decorator - unit testing framework helper class\n\n## SYNOPSIS\n\n# A Decorator for Tests. Use TestDecorator as the base class\n# for defining new test decorators. Test decorator subclasses\n# can be introduced to add behaviour before or after a test\n# is run.\n\n## DESCRIPTION\n\nA Decorator for Tests. Use TestDecorator as the base class for defining new test decorators.\nTest decorator subclasses can be introduced to add behaviour before or after a test is 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::Decorator",
        "section": "",
        "mode": "perldoc",
        "summary": "Test::Unit::Decorator - unit testing framework helper class",
        "synopsis": "# A Decorator for Tests. Use TestDecorator as the base class\n# for defining new test decorators. Test decorator subclasses\n# can be introduced to add behaviour before or after a test\n# is run.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Test::Unit::Decorator - unit testing framework helper class\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "# A Decorator for Tests. Use TestDecorator as the base class\n# for defining new test decorators. Test decorator subclasses\n# can be introduced to add behaviour before or after a test\n# is run.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "A Decorator for Tests. Use TestDecorator as the base class for defining new test decorators.\nTest decorator subclasses can be introduced to add behaviour before or after a test is 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\n",
                "subsections": []
            }
        }
    }
}