Test2::Hub::Subtest(3p) Perl Programmers Reference Guide
Test2::Hub::Subtest(3p) Perl Programmers Reference Guide # Test2::Hub::Subtest(3p) Perl Programmers Reference Guide NNAAMMEE # Test2::Hub::Subtest - Hub used by subtests DDEESSCCRRIIPPTTIIOONN # Subtests make use of this hub to route events. TTOOGGGGLLEESS # $bool = $hub->manual_skip_all $hub->set_manual_skip_all($bool) The default is false. Normally a skip-all plan event will cause a subtest to stop executing. This is accomplished via "last LABEL" to a label inside the subtest code. Most of the time this is perfectly fine. ...