{
    "content": [
        {
            "type": "text",
            "text": "# Config::Extensions (perldoc)\n\n**Summary:** Config::Extensions - hash lookup of which core extensions were built.\n\n**Synopsis:** use Config::Extensions '%Extensions';\nif ($Extensions{PerlIO::via}) {\n# This perl has PerlIO::via built\n}\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (5 lines)\n- **DESCRIPTION** (19 lines)\n- **AUTHOR** (2 lines)\n\n## Full Content\n\n### NAME\n\nConfig::Extensions - hash lookup of which core extensions were built.\n\n### SYNOPSIS\n\nuse Config::Extensions '%Extensions';\nif ($Extensions{PerlIO::via}) {\n# This perl has PerlIO::via built\n}\n\n### DESCRIPTION\n\nThe Config::Extensions module provides a hash %Extensions containing all the core extensions\nthat were enabled for this perl. The hash is keyed by extension name, with each entry having one\nof 3 possible values:\n\ndynamic\nThe extension is dynamically linked\n\nnonxs\nThe extension is pure perl, so doesn't need linking to the perl executable\n\nstatic\nThe extension is statically linked to the perl binary\n\nAs all values evaluate to true, a simple \"if\" test is good enough to determine whether an\nextension is present.\n\nAll the data uses to generate the %Extensions hash is already present in the \"Config\" module,\nbut not in such a convenient format to quickly reference.\n\n### AUTHOR\n\nNicholas Clark <nick@ccl4.org>\n\n"
        }
    ],
    "structuredContent": {
        "command": "Config::Extensions",
        "section": "",
        "mode": "perldoc",
        "summary": "Config::Extensions - hash lookup of which core extensions were built.",
        "synopsis": "use Config::Extensions '%Extensions';\nif ($Extensions{PerlIO::via}) {\n# This perl has PerlIO::via built\n}",
        "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": 19,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Config::Extensions - hash lookup of which core extensions were built.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Config::Extensions '%Extensions';\nif ($Extensions{PerlIO::via}) {\n# This perl has PerlIO::via built\n}\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The Config::Extensions module provides a hash %Extensions containing all the core extensions\nthat were enabled for this perl. The hash is keyed by extension name, with each entry having one\nof 3 possible values:\n\ndynamic\nThe extension is dynamically linked\n\nnonxs\nThe extension is pure perl, so doesn't need linking to the perl executable\n\nstatic\nThe extension is statically linked to the perl binary\n\nAs all values evaluate to true, a simple \"if\" test is good enough to determine whether an\nextension is present.\n\nAll the data uses to generate the %Extensions hash is already present in the \"Config\" module,\nbut not in such a convenient format to quickly reference.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Nicholas Clark <nick@ccl4.org>\n",
                "subsections": []
            }
        }
    }
}