{
    "mode": "perldoc",
    "parameter": "Dpkg::Build::Env",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Dpkg%3A%3ABuild%3A%3AEnv/json",
    "generated": "2026-06-14T05:24:22Z",
    "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"
                }
            ]
        }
    },
    "summary": "Dpkg::Build::Env - track build environment",
    "flags": [],
    "examples": [],
    "see_also": []
}