{
    "mode": "perldoc",
    "parameter": "autodie::skip",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/autodie%3A%3Askip/json",
    "generated": "2026-06-03T07:54:25Z",
    "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": []
        }
    },
    "summary": "autodie::skip - Skip a package when throwing autodie exceptions",
    "flags": [],
    "examples": [],
    "see_also": []
}