{
    "mode": "perldoc",
    "parameter": "Test2::Event::Skip",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Test2%3A%3AEvent%3A%3ASkip/json",
    "generated": "2026-06-10T15:51:01Z",
    "synopsis": "use Test2::API qw/context/;\nuse Test2::Event::Skip;\nmy $ctx = context();\nmy $event = $ctx->skip($name, $reason);\nor:\nmy $ctx   = context();\nmy $event = $ctx->sendevent(\n'Skip',\nname   => $name,\nreason => $reason,\n);",
    "sections": {
        "NAME": {
            "content": "Test2::Event::Skip - Skip event type\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Skip events bump test counts just like Test2::Event::Ok events, but they can never fail.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Test2::API qw/context/;\nuse Test2::Event::Skip;\n\nmy $ctx = context();\nmy $event = $ctx->skip($name, $reason);\n\nor:\n\nmy $ctx   = context();\nmy $event = $ctx->sendevent(\n'Skip',\nname   => $name,\nreason => $reason,\n);\n",
            "subsections": []
        },
        "ACCESSORS": {
            "content": "$reason = $e->reason\nThe original true/false value of whatever was passed into the event (but reduced down to 1\nor 0).\n",
            "subsections": []
        },
        "SOURCE": {
            "content": "The source code repository for Test2 can be found at http://github.com/Test-More/test-more/.\n",
            "subsections": []
        },
        "MAINTAINERS": {
            "content": "Chad Granum <exodist@cpan.org>\n",
            "subsections": []
        },
        "AUTHORS": {
            "content": "Chad Granum <exodist@cpan.org>\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Copyright 2020 Chad Granum <exodist@cpan.org>.\n\nThis 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": "Test2::Event::Skip - Skip event type",
    "flags": [],
    "examples": [],
    "see_also": []
}