Skip to content

Commit

Permalink
compile test: Roll reactor is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Feb 6, 2024
1 parent 0730608 commit e398c19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/01-compile.t
Original file line number Diff line number Diff line change
Expand Up @@ -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' ],
Expand Down

0 comments on commit e398c19

Please sign in to comment.