{
    "content": [
        {
            "type": "text",
            "text": "# Text::Diff::Config (perldoc)\n\n## NAME\n\nText::Diff::Config - global configuration for Text::Diff (as a separate module).\n\n## SYNOPSIS\n\nuse Text::Diff::Config;\n$Text::Diff::Config::OutputUnicode = 1;\n\n## DESCRIPTION\n\nThis module configures Text::Diff and its related modules. Currently it contains only one global\nvariable $Text::Diff::Config::OutputUnicode which is a boolean flag, that if set outputs\nunicode characters as themselves without escaping them as \" \\x{HHHH} \" first.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Text::Diff::Config",
        "section": "",
        "mode": "perldoc",
        "summary": "Text::Diff::Config - global configuration for Text::Diff (as a separate module).",
        "synopsis": "use Text::Diff::Config;\n$Text::Diff::Config::OutputUnicode = 1;",
        "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": 7,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 20,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Text::Diff::Config - global configuration for Text::Diff (as a separate module).\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Text::Diff::Config;\n\n$Text::Diff::Config::OutputUnicode = 1;\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module configures Text::Diff and its related modules. Currently it contains only one global\nvariable $Text::Diff::Config::OutputUnicode which is a boolean flag, that if set outputs\nunicode characters as themselves without escaping them as \" \\x{HHHH} \" first.\n\nIt is initialized to the value of $ENV{DIFFOUTPUTUNICODE} , but can be set to a different\nvalue at run-time, including using local.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Shlomi Fish, <http://www.shlomifish.org/> .\n",
                "subsections": []
            },
            "LICENSE": {
                "content": "Copyright 2010, Shlomi Fish.\n\nThis file is licensed under the MIT/X11 License:\n<http://www.opensource.org/licenses/mit-license.php>.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software\nand associated documentation files (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or\nsubstantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING\nBUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
                "subsections": []
            }
        }
    }
}