{
    "mode": "perldoc",
    "parameter": "CPAN::Kwalify",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/CPAN%3A%3AKwalify/json",
    "generated": "2026-06-03T02:36:06Z",
    "synopsis": "use CPAN::Kwalify;\nvalidate($schemaname, $data, $file, $doc);",
    "sections": {
        "NAME": {
            "content": "CPAN::Kwalify - Interface between CPAN.pm and Kwalify.pm\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use CPAN::Kwalify;\nvalidate($schemaname, $data, $file, $doc);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "validate($schemaname, $data, $file, $doc)\n$schemaname is the name of a supported schema. Currently only \"distroprefs\" is supported.\n$data is the data to be validated. $file is the absolute path to the file the data are\ncoming from. $doc is the index of the document within $doc that is to be validated. The last\ntwo arguments are only there for better error reporting.\n\nRelies on being called from within CPAN.pm.\n\nDies if something fails. Does not return anything useful.\n",
            "subsections": [
                {
                    "name": "yaml",
                    "content": "Returns the YAML text of that schema. Dies if something fails.\n"
                }
            ]
        },
        "AUTHOR": {
            "content": "Andreas Koenig \"<andk@cpan.org>\"\n",
            "subsections": []
        },
        "LICENSE": {
            "content": "This program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\nSee <http://www.perl.com/perl/misc/Artistic.html>\n",
            "subsections": []
        }
    },
    "summary": "CPAN::Kwalify - Interface between CPAN.pm and Kwalify.pm",
    "flags": [],
    "examples": [],
    "see_also": []
}