{
    "content": [
        {
            "type": "text",
            "text": "# Dpkg::Build::Env (perldoc)\n\n## NAME\n\nDpkg::Build::Env - track build environment\n\n## DESCRIPTION\n\nThe Dpkg::Build::Env module is used by dpkg-buildflags to track the build environment variables\nbeing used and modified.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **FUNCTIONS** (3 subsections)\n- **CHANGES** (1 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Dpkg::Build::Env",
        "section": "",
        "mode": "perldoc",
        "summary": "Dpkg::Build::Env - track build environment",
        "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": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "set",
                        "lines": 3
                    },
                    {
                        "name": "get",
                        "lines": 2
                    },
                    {
                        "name": "has",
                        "lines": 9
                    }
                ]
            },
            {
                "name": "CHANGES",
                "lines": 1,
                "subsections": [
                    {
                        "name": "Version 0.xx",
                        "lines": 2
                    }
                ]
            }
        ],
        "sections": {
            "NAME": {
                "content": "Dpkg::Build::Env - track build environment\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The Dpkg::Build::Env module is used by dpkg-buildflags to track the build environment variables\nbeing used and modified.\n",
                "subsections": []
            },
            "FUNCTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "set",
                        "content": "Update the build environment variable $varname with value $value. Record it as being\naccessed and modified.\n"
                    },
                    {
                        "name": "get",
                        "content": "Get the build environment variable $varname value. Record it as being accessed.\n"
                    },
                    {
                        "name": "has",
                        "content": "Return a boolean indicating whether the environment variable exists. Record it as being\naccessed.\n\n@list = listaccessed()\nReturns a list of all environment variables that have been accessed.\n\n@list = listmodified()\nReturns a list of all environment variables that have been modified.\n"
                    }
                ]
            },
            "CHANGES": {
                "content": "",
                "subsections": [
                    {
                        "name": "Version 0.xx",
                        "content": "This is a private module.\n"
                    }
                ]
            }
        }
    }
}