From e398c1926eb2ce3a83ea066d6d67f8626802eba5 Mon Sep 17 00:00:00 2001 From: Ricardo Signes <rjbs@semiotic.systems> Date: Tue, 6 Feb 2024 18:41:17 +0100 Subject: [PATCH] compile test: Roll reactor is optional --- t/01-compile.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/01-compile.t b/t/01-compile.t index 35958eb3..342ac783 100644 --- a/t/01-compile.t +++ b/t/01-compile.t @@ -14,6 +14,7 @@ my @files = `find lib -type f -name '*.pm'`; chomp @files; my %only_if = ( + 'Synergy::Reactor::Roll' => [ 'Games::Dice' ], 'Synergy::Reactor::Linear' => [ 'Linear::Client' ], 'Synergy::Reactor::LinearNotification' => [ 'Linear::Client' ], 'Synergy::Reactor::RememberTheMilk' => [ 'WebService::RTM::CamelMilk' ],