{
    "content": [
        {
            "type": "text",
            "text": "# Test2::IPC::Driver::Files (perldoc)\n\n**Summary:** Test2::IPC::Driver::Files - Temp dir + Files concurrency model.\n\n**Synopsis:** use Test2::IPC::Driver::Files;\n# IPC is now enabled\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **DESCRIPTION** (4 lines)\n- **SYNOPSIS** (4 lines)\n- **ENVIRONMENT VARIABLES** (7 lines)\n- **SEE ALSO** (2 lines)\n- **SOURCE** (2 lines)\n- **MAINTAINERS** (2 lines)\n- **AUTHORS** (2 lines)\n- **COPYRIGHT** (7 lines)\n\n## Full Content\n\n### NAME\n\nTest2::IPC::Driver::Files - Temp dir + Files concurrency model.\n\n### DESCRIPTION\n\nThis is the default, and fallback concurrency model for Test2. This sends events between\nprocesses and threads using serialized files in a temporary directory. This is not particularly\nfast, but it works everywhere.\n\n### SYNOPSIS\n\nuse Test2::IPC::Driver::Files;\n\n# IPC is now enabled\n\n### ENVIRONMENT VARIABLES\n\nT2KEEPTEMPDIR=0\nWhen true, the tempdir used by the IPC driver will not be deleted when the test is done.\n\nT2TEMPDIRTEMPLATE='test2-XXXXXX'\nThis can be used to set the template for the IPC temp dir. The template should follow\ntemplate specifications from File::Temp.\n\n### SEE ALSO\n\nSee Test2::IPC::Driver for methods.\n\n### SOURCE\n\nThe source code repository for Test2 can be found at http://github.com/Test-More/test-more/.\n\n### MAINTAINERS\n\nChad Granum <exodist@cpan.org>\n\n### AUTHORS\n\nChad Granum <exodist@cpan.org>\n\n### COPYRIGHT\n\nCopyright 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\n"
        }
    ],
    "structuredContent": {
        "command": "Test2::IPC::Driver::Files",
        "section": "",
        "mode": "perldoc",
        "summary": "Test2::IPC::Driver::Files - Temp dir + Files concurrency model.",
        "synopsis": "use Test2::IPC::Driver::Files;\n# IPC is now enabled",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "ENVIRONMENT VARIABLES",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "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::IPC::Driver::Files - Temp dir + Files concurrency model.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This is the default, and fallback concurrency model for Test2. This sends events between\nprocesses and threads using serialized files in a temporary directory. This is not particularly\nfast, but it works everywhere.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Test2::IPC::Driver::Files;\n\n# IPC is now enabled\n",
                "subsections": []
            },
            "ENVIRONMENT VARIABLES": {
                "content": "T2KEEPTEMPDIR=0\nWhen true, the tempdir used by the IPC driver will not be deleted when the test is done.\n\nT2TEMPDIRTEMPLATE='test2-XXXXXX'\nThis can be used to set the template for the IPC temp dir. The template should follow\ntemplate specifications from File::Temp.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "See Test2::IPC::Driver for methods.\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": []
            }
        }
    }
}