Home
last modified time | relevance | path

Searched refs:test2_ipc_disabled (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/
Ddisable_ipc_a.t8 ok(Test2::API::test2_ipc_disabled, "disabled IPC");
Ddisable_ipc_b.t8 ok(Test2::API::test2_ipc_disabled, "disabled IPC");
Ddisable_ipc_c.t9 ok(Test2::API::test2_ipc_disabled, "disabled IPC");
Ddisable_ipc_d.t24 ok(Test2::API::test2_ipc_disabled, "disabled IPC");
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
DIPC.pm42 confess "IPC is disabled" if Test2::API::test2_ipc_disabled();
DAPI.pm285 sub test2_ipc_disabled { $INST->ipc_disabled } subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/
DAPI.t44 test2_ipc_disabled
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
DBuilder.pm24 if (USE_THREADS && ! Test2::API::test2_ipc_disabled()) {