{
    "content": [
        {
            "type": "text",
            "text": "# File::Spec::Cygwin (perldoc)\n\n## NAME\n\nFile::Spec::Cygwin - methods for Cygwin file specs\n\n## SYNOPSIS\n\nrequire File::Spec::Cygwin; # Done internally by File::Spec if needed\n\n## DESCRIPTION\n\nSee File::Spec and File::Spec::Unix. This package overrides the implementation of these methods,\nnot the semantics.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "File::Spec::Cygwin",
        "section": "",
        "mode": "perldoc",
        "summary": "File::Spec::Cygwin - methods for Cygwin file specs",
        "synopsis": "require File::Spec::Cygwin; # Done internally by File::Spec if needed",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 31,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "File::Spec::Cygwin - methods for Cygwin file specs\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "require File::Spec::Cygwin; # Done internally by File::Spec if needed\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "See File::Spec and File::Spec::Unix. This package overrides the implementation of these methods,\nnot the semantics.\n\nThis module is still in beta. Cygwin-knowledgeable folks are invited to offer patches and\nsuggestions.\n\ncanonpath\nAny \"\\\" (backslashes) are converted to \"/\" (forward slashes), and then File::Spec::Unix\ncanonpath() is called on the result.\n\nfilenameisabsolute\nTrue is returned if the file name begins with \"driveletter:\", and if not, File::Spec::Unix\nfilenameisabsolute() is called.\n\ntmpdir (override)\nReturns a string representation of the first existing directory from the following list:\n\n$ENV{TMPDIR}\n/tmp\n$ENV{'TMP'}\n$ENV{'TEMP'}\nC:/temp\n\nIf running under taint mode, and if the environment variables are tainted, they are not\nused.\n\ncasetolerant\nOverride Unix. Cygwin case-tolerance depends on managed mount settings and as with MsWin32\non GetVolumeInformation() $ouFsFlags == FSCASESENSITIVE, indicating the case significance\nwhen comparing file specifications. Default: 1\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright (c) 2004,2007 by the Perl 5 Porters. All rights reserved.\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
                "subsections": []
            }
        }
    }
}