{
    "content": [
        {
            "type": "text",
            "text": "# Class::WhiteHole (perldoc)\n\n## NAME\n\nClass::WhiteHole - base class to treat unhandled method calls as errors\n\n## SYNOPSIS\n\npackage Bar;\n# DBI inherits from DynaLoader which inherits from AutoLoader\n# Bar wants to avoid this accidental inheritance of AutoLoader.\nuse base qw(Class::WhiteHole DBI);\n\n## DESCRIPTION\n\nIts possible to accidentally inherit an AUTOLOAD method. Often this will happen if a class\nsomewhere in the chain uses AutoLoader or defines one of their own. This can lead to confusing\nerror messages when method lookups fail.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **COPYRIGHT**\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Class::WhiteHole",
        "section": "",
        "mode": "perldoc",
        "summary": "Class::WhiteHole - base class to treat unhandled method calls as errors",
        "synopsis": "package Bar;\n# DBI inherits from DynaLoader which inherits from AutoLoader\n# Bar wants to avoid this accidental inheritance of AutoLoader.\nuse base qw(Class::WhiteHole DBI);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 16,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Class::WhiteHole - base class to treat unhandled method calls as errors\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "package Bar;\n\n# DBI inherits from DynaLoader which inherits from AutoLoader\n# Bar wants to avoid this accidental inheritance of AutoLoader.\nuse base qw(Class::WhiteHole DBI);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Its possible to accidentally inherit an AUTOLOAD method. Often this will happen if a class\nsomewhere in the chain uses AutoLoader or defines one of their own. This can lead to confusing\nerror messages when method lookups fail.\n\nSometimes you want to avoid this accidental inheritance. In that case, inherit from\nClass::WhiteHole. All unhandled methods will produce normal Perl error messages.\n\nBUGS & CAVEATS\nBe sure to have Class::WhiteHole before the class from which you're inheriting AUTOLOAD in the\nISA. Usually you'll want Class::WhiteHole to come first.\n\nIf your class inherits autoloaded routines this class may cause them to stop working. Choose\nwisely before using.\n\nWhite holes are only a hypothesis and may not really exist.\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright 2000 Michael G Schwern <schwern@pobox.com> all rights reserved. This program is free\nsoftware; you can redistribute it and/or modify it under the same terms as Perl itself.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Michael G Schwern <schwern@pobox.com>\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Class::BlackHole\n",
                "subsections": []
            }
        }
    }
}