Group
Extension

Matches 2

Exception-Backtrace ( S/SY/SYBER/Exception-Backtrace-1.1.3.tar.gz, SYBER, 2023; MetaCPAN )
Exception-Backtrace/t/07-api.t ( view source; MetaCPAN )
>perl_trace;
        ok $perl_trace;
        note "perl trace: ", $perl_trace->to_string;
        isnt index($bt->to_string, $perl_trace->to_string), -1, "whole backtrace contains perl trace";
       
c_trace;
            ok $c_trace;
            note "c trace:\n", $c_trace->to_string;
            isnt index($bt->to_string, $c_trace->to_string), -1, "whole backtrace contains C trace";
            m

            ok $perl_trace;
            note "perl trace: ", $perl_trace->to_string;
            isnt index($bt->to_string, $perl_trace->to_string), -1, "whole backtrace contains perl trace";
       
Exception-Backtrace ( S/SY/SYBER/Exception-Backtrace-1.1.3.tar.gz, SYBER, 2023; MetaCPAN )
Exception-Backtrace/t/05-perl-exceptions.t ( view source; MetaCPAN )
exception" => sub {
        my $bt2 = Exception::Backtrace::get_backtrace_string_pp($ex);
        isnt index($bt, $bt2), -1, "pure perl trace is contained in full trace already";
    };
};

subtest "j

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.