{
    "mode": "perldoc",
    "parameter": "Dpkg::Deps::OR",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Dpkg%3A%3ADeps%3A%3AOR/json",
    "generated": "2026-06-12T22:53:16Z",
    "sections": {
        "NAME": {
            "content": "Dpkg::Deps::OR - list of OR dependencies\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This class represents a list of dependencies of which only one must be met for the dependency to\nbe true. It inherits from Dpkg::Deps::Multiple.\n",
            "subsections": []
        },
        "METHODS": {
            "content": "$dep->output([$fh])\nThe output method uses \" | \" to join the list of sub-dependencies.\n\n$dep->implies($otherdep)\nReturns 1 when $dep implies $otherdep. Returns 0 when $dep implies NOT($otherdep). Returns\nundef when there's no implication. $dep and $otherdep do not need to be of the same type.\n\n$dep->getevaluation($facts)\nEvaluates the dependency given a list of installed packages and a list of virtual packages\nprovided. These lists are part of the Dpkg::Deps::KnownFacts object given as parameters.\n\nReturns 1 when it's true, 0 when it's false, undef when some information is lacking to\nconclude.\n\n$dep->simplifydeps($facts, @assumeddeps)\nSimplifies the dependency as much as possible given the list of facts (see object\nDpkg::Deps::KnownFacts) and a list of other dependencies that are known to be true.\n",
            "subsections": []
        },
        "CHANGES": {
            "content": "Version 1.00 (dpkg 1.15.6)\nMark the module as public.\n",
            "subsections": []
        }
    },
    "summary": "Dpkg::Deps::OR - list of OR dependencies",
    "flags": [],
    "examples": [],
    "see_also": []
}