{
    "content": [
        {
            "type": "text",
            "text": "# ExtUtils::CBuilder::Platform::Windows (perldoc)\n\n## NAME\n\nExtUtils::CBuilder::Platform::Windows - Builder class for Windows platforms\n\n## DESCRIPTION\n\nThis module implements the Windows-specific parts of ExtUtils::CBuilder. Most of the\nWindows-specific stuff has to do with compiling and linking C code. Currently we support the 3\ncompilers perl itself supports: MSVC, BCC, and GCC.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **AUTHOR**\n- **SEE ALSO** (1 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ExtUtils::CBuilder::Platform::Windows",
        "section": "",
        "mode": "perldoc",
        "summary": "ExtUtils::CBuilder::Platform::Windows - Builder class for Windows platforms",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 1,
                "subsections": [
                    {
                        "name": "perl",
                        "lines": 1
                    }
                ]
            }
        ],
        "sections": {
            "NAME": {
                "content": "ExtUtils::CBuilder::Platform::Windows - Builder class for Windows platforms\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module implements the Windows-specific parts of ExtUtils::CBuilder. Most of the\nWindows-specific stuff has to do with compiling and linking C code. Currently we support the 3\ncompilers perl itself supports: MSVC, BCC, and GCC.\n\nThis module inherits from \"ExtUtils::CBuilder::Base\", so any functionality not implemented here\nwill be implemented there. The interfaces are defined by the ExtUtils::CBuilder documentation.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Ken Williams <ken@mathforum.org>\n\nMost of the code here was written by Randy W. Sims <RandyS@ThePierianSpring.org>.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "",
                "subsections": [
                    {
                        "name": "perl",
                        "content": ""
                    }
                ]
            }
        }
    }
}