The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use strict;
use Test2::API qw/test2_ipc_disable/;
BEGIN { test2_ipc_disable() }
ok(Test2::API::test2_ipc_disabled, "disabled IPC");
ok(!Test2::API::test2_ipc, "No IPC");
done_testing;