X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Flei_store.t;h=a189f8970737ea613c0a8a75ec0f772c1095e63b;hb=3ae5275eb187ed00bb83061a4d37a161bc8eb3e7;hp=03ab5af673c9db261d4087f7444cecc7ebc46e08;hpb=abd0a85b212ce1467ddc94d523152d9a65028960;p=public-inbox.git diff --git a/t/lei_store.t b/t/lei_store.t index 03ab5af6..a189f897 100644 --- a/t/lei_store.t +++ b/t/lei_store.t @@ -85,4 +85,9 @@ for my $parallel (0, 1) { is_deeply(\@kw, [], 'set clobbers all'); } +SKIP: { + require_mods(qw(Storable), 1); + ok($lst->can('ipc_do'), 'ipc_do works if we have Storable'); +} + done_testing;