{
    "content": [
        {
            "type": "text",
            "text": "# blib (man)\n\n## NAME\n\nblib - Use MakeMaker's uninstalled version of a package\n\n## SYNOPSIS\n\nperl -Mblib script [args...]\nperl -Mblib=dir script [args...]\n\n## DESCRIPTION\n\nLooks for MakeMaker-like 'blib' directory structure starting in dir (or current directory)\nand working back up to five levels of '..'.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **BUGS**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "blib",
        "section": "",
        "mode": "man",
        "summary": "blib - Use MakeMaker's uninstalled version of a package",
        "synopsis": "perl -Mblib script [args...]\nperl -Mblib=dir script [args...]",
        "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": 14,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "blib - Use MakeMaker's uninstalled version of a package\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "perl -Mblib script [args...]\n\nperl -Mblib=dir script [args...]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Looks for MakeMaker-like 'blib' directory structure starting in dir (or current directory)\nand working back up to five levels of '..'.\n\nIntended for use on command line with -M option as a way of testing arbitrary scripts against\nan uninstalled version of a package.\n\nHowever it is possible to :\n\nuse blib;\nor\nuse blib '..';\n\netc. if you really must.\n",
                "subsections": []
            },
            "BUGS": {
                "content": "Pollutes global name space for development only task.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Nick Ing-Simmons nik@tiuk.ti.com\n\n\n\nperl v5.34.0                                 2025-07-25                                  blib(3perl)",
                "subsections": []
            }
        }
    }
}