shell bypass 403

Cubjrnet7 Shell


name : plan_skip_all.t
BEGIN {
    if( $ENV{PERL_CORE} ) {
        chdir 't';
        @INC = '../lib';
    }
}

use Test::More;

plan skip_all => 'Just testing plan & skip_all';

fail('We should never get here');

© 2025 Cubjrnet7