{
    "content": [
        {
            "type": "text",
            "text": "# Module::Build::Platform::VMS (perldoc)\n\n## NAME\n\nModule::Build::Platform::VMS - Builder class for VMS platforms\n\n## DESCRIPTION\n\nThis module inherits from \"Module::Build::Base\" and alters a few minor details of its\nfunctionality. Please see Module::Build for the general docs.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION** (1 subsections)\n- **AUTHOR**\n- **SEE ALSO** (1 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Module::Build::Platform::VMS",
        "section": "",
        "mode": "perldoc",
        "summary": "Module::Build::Platform::VMS - Builder class for VMS 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": 3,
                "subsections": [
                    {
                        "name": "Overridden Methods",
                        "lines": 74
                    }
                ]
            },
            {
                "name": "AUTHOR",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 1,
                "subsections": [
                    {
                        "name": "perl",
                        "lines": 1
                    }
                ]
            }
        ],
        "sections": {
            "NAME": {
                "content": "Module::Build::Platform::VMS - Builder class for VMS platforms\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module inherits from \"Module::Build::Base\" and alters a few minor details of its\nfunctionality. Please see Module::Build for the general docs.\n",
                "subsections": [
                    {
                        "name": "Overridden Methods",
                        "content": "setdefaults\nChange $self->{buildscript} to 'Build.com' so @Build works.\n\ncullargs\n'@Build foo' on VMS will not preserve the case of 'foo'. Rather than forcing people to write\n'@Build \"foo\"' we'll dispatch case-insensitively.\n\nmanpageseparator\nUse '' instead of '::'.\n\nprefixify\nPrefixify taking into account VMS' filepath syntax.\n\nquoteargs\nCommand-line arguments (but not the command itself) must be quoted to ensure case\npreservation.\n\nhaveforkpipe\nThere is no native fork(), so some constructs depending on it are not available.\n\nbackticks\nOverride to ensure that we quote the arguments but not the command.\n\nfindcommand\nLocal an executable program\n\nmaybecommand (override)\nFollows VMS naming conventions for executable files. If the name passed in doesn't exactly\nmatch an executable file, appends .Exe (or equivalent) to check for executable image, and\n.Com to check for DCL procedure. If this fails, checks directories in DCL$PATH and finally\nSys$System: for an executable file having the name specified, with or without the\n.Exe-equivalent suffix.\n\ndosystem\nOverride to ensure that we quote the arguments but not the command.\n\noneliner\nOverride to ensure that we do not quote the command.\n\nrscandir\nInherit the standard version but remove dots at end of name. If the extended character set\nis in effect, do not remove dots from filenames with Unix path delimiters.\n\ndistdir\nInherit the standard version but replace embedded dots with underscores because a dot is the\ndirectory delimiter on VMS.\n\nman3pagename\nInherit the standard version but chop the extra manpage delimiter off the front if there is\none. The VMS version of splitdir('[.foo]') returns '', 'foo'.\n\nexpandtestdir\nInherit the standard version but relativize the paths as the native glob() doesn't do that\nfor us.\n\ndetildefy\nThe home-grown glob() does not currently handle tildes, so provide limited support here.\nExpect only UNIX format file specifications for now.\n\nfindperlinterpreter\nOn VMS, $^X returns the fully qualified absolute path including version number. It's\nlogically impossible to improve on it for getting the perl we're currently running, and\nattempting to manipulate it is usually lossy.\n\nlocalizefilepath\nConvert the file path to the local syntax\n\nlocalizedirpath\nConvert the directory path to the local syntax\n\nACTIONclean\nThe home-grown glob() expands a bit too aggressively when given a bare name, so default in a\nzero-length extension.\n"
                    }
                ]
            },
            "AUTHOR": {
                "content": "Michael G Schwern <schwern@pobox.com> Ken Williams <kwilliams@cpan.org> Craig A. Berry\n<craigberry@mac.com>\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "",
                "subsections": [
                    {
                        "name": "perl",
                        "content": ""
                    }
                ]
            }
        }
    }
}