{
    "content": [
        {
            "type": "text",
            "text": "# autodie::skip (perldoc)\n\n**Summary:** autodie::skip - Skip a package when throwing autodie exceptions\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNPOSIS** (2 lines)\n- **DESCRIPTION** (7 lines)\n- **AUTHOR** (2 lines)\n- **LICENSE** (2 lines)\n- **SEE ALSO** (2 lines)\n\n## Full Content\n\n### NAME\n\nautodie::skip - Skip a package when throwing autodie exceptions\n\n### SYNPOSIS\n\nuse parent qw(autodie::skip);\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\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\n### AUTHOR\n\nCopyright 2013, Paul Fenwick <pjf@cpan.org>\n\n### LICENSE\n\nThis module is free software. You may distribute it under the same terms as Perl itself.\n\n### SEE ALSO\n\nautodie, autodie::exception\n\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": []
            }
        }
    }
}