X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fipc.t;h=f3715e2c879c84a2bca8753c5ae543715c7a7dc8;hb=f7ce917c8dfba330586791ceb4bdd06bc61c0547;hp=f9c4024b46f535b068825d594f5ac96e62e8b7c5;hpb=3ae5275eb187ed00bb83061a4d37a161bc8eb3e7;p=public-inbox.git diff --git a/t/ipc.t b/t/ipc.t index f9c4024b..f3715e2c 100644 --- a/t/ipc.t +++ b/t/ipc.t @@ -49,7 +49,7 @@ my $test = sub { $test->('local'); SKIP: { - require_mods(qw(Storable), 16); + require_mods(qw(Storable||Sereal), 16); my $pid = $ipc->ipc_worker_spawn('test worker'); ok($pid > 0 && kill(0, $pid), 'worker spawned and running'); defined($pid) or BAIL_OUT 'no spawn, no test';