{
    "content": [
        {
            "type": "text",
            "text": "# Test2::Event::TAP::Version (perldoc)\n\n## NAME\n\nTest2::Event::TAP::Version - Event for TAP version.\n\n## SYNOPSIS\n\nuse Test2::API qw/context/;\nuse Test2::Event::Encoding;\nmy $ctx = context();\nmy $event = $ctx->sendevent('TAP::Version', version => 42);\n\n## DESCRIPTION\n\nThis event is used if a TAP formatter wishes to set a version.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **SYNOPSIS**\n- **METHODS**\n- **SOURCE**\n- **MAINTAINERS**\n- **AUTHORS**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Test2::Event::TAP::Version",
        "section": "",
        "mode": "perldoc",
        "summary": "Test2::Event::TAP::Version - Event for TAP version.",
        "synopsis": "use Test2::API qw/context/;\nuse Test2::Event::Encoding;\nmy $ctx = context();\nmy $event = $ctx->sendevent('TAP::Version', version => 42);",
        "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": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SOURCE",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "MAINTAINERS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Test2::Event::TAP::Version - Event for TAP version.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This event is used if a TAP formatter wishes to set a version.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Test2::API qw/context/;\nuse Test2::Event::Encoding;\n\nmy $ctx = context();\nmy $event = $ctx->sendevent('TAP::Version', version => 42);\n",
                "subsections": []
            },
            "METHODS": {
                "content": "Inherits from Test2::Event. Also defines:\n\n$version = $e->version\nThe TAP version being parsed.\n",
                "subsections": []
            },
            "SOURCE": {
                "content": "The source code repository for Test2 can be found at http://github.com/Test-More/test-more/.\n",
                "subsections": []
            },
            "MAINTAINERS": {
                "content": "Chad Granum <exodist@cpan.org>\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Chad Granum <exodist@cpan.org>\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright 2020 Chad Granum <exodist@cpan.org>.\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\nSee http://dev.perl.org/licenses/\n",
                "subsections": []
            }
        }
    }
}