{
    "content": [
        {
            "type": "text",
            "text": "# autodie::skip (perldoc)\n\n## NAME\n\nautodie::skip - Skip a package when throwing autodie exceptions\n\n## DESCRIPTION\n\nThis dummy class exists to signal that the class inheriting it should be skipped when reporting\nexceptions from autodie. This is useful for utility classes like Path::Tiny that wish to report\nthe location of where they were called on failure.\n\n## Sections\n\n- **NAME**\n- **SYNPOSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **LICENSE**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "autodie::skip",
        "section": "",
        "mode": "perldoc",
        "summary": "autodie::skip - Skip a package when throwing autodie exceptions",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNPOSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "autodie::skip - Skip a package when throwing autodie exceptions\n",
                "subsections": []
            },
            "SYNPOSIS": {
                "content": "use parent qw(autodie::skip);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This dummy class exists to signal that the class inheriting it should be skipped when reporting\nexceptions from autodie. This is useful for utility classes like Path::Tiny that wish to report\nthe location of where they were called on failure.\n\nIf your class has a better way of doing roles, then you should not load this class and instead\nsimply say that your class *DOES* \"autodie::skip\" instead.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright 2013, Paul Fenwick <pjf@cpan.org>\n",
                "subsections": []
            },
            "LICENSE": {
                "content": "This module is free software. You may distribute it under the same terms as Perl itself.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "autodie, autodie::exception\n",
                "subsections": []
            }
        }
    }
}