{
    "content": [
        {
            "type": "text",
            "text": "# File::HomeDir::Test (perldoc)\n\n## NAME\n\nFile::HomeDir::Test - Prevent the accidental creation of user-owned files during testing\n\n## SYNOPSIS\n\nuse Test::More test => 1;\nuse File::HomeDir::Test;\nuse File::HomeDir;\n\n## DESCRIPTION\n\nFile::HomeDir::Test is a File::HomeDir driver intended for use in the test scripts of modules or\napplications that write files into user-owned directories.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SUPPORT**\n- **AUTHOR**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "File::HomeDir::Test",
        "section": "",
        "mode": "perldoc",
        "summary": "File::HomeDir::Test - Prevent the accidental creation of user-owned files during testing",
        "synopsis": "use Test::More test => 1;\nuse File::HomeDir::Test;\nuse File::HomeDir;",
        "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": 9,
                "subsections": []
            },
            {
                "name": "SUPPORT",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 9,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "File::HomeDir::Test - Prevent the accidental creation of user-owned files during testing\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Test::More test => 1;\nuse File::HomeDir::Test;\nuse File::HomeDir;\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "File::HomeDir::Test is a File::HomeDir driver intended for use in the test scripts of modules or\napplications that write files into user-owned directories.\n\nIt is designed to prevent the pollution of user directories with files that are not part of the\napplication install itself, but were created during testing. These files can leak state\ninformation from the tests into the run-time usage of an application, and on Unix systems also\nprevents tests (which may be executed as root via sudo) from writing files which cannot later be\nmodified or removed by the regular user.\n",
                "subsections": []
            },
            "SUPPORT": {
                "content": "See the support section of the main File::HomeDir documentation.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Adam Kennedy <adamk@cpan.org>\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright 2005 - 2011 Adam Kennedy.\n\nCopyright 2017 - 2020 Jens Rehsack\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\nThe full text of the license can be found in the LICENSE file included with this module.\n",
                "subsections": []
            }
        }
    }
}