The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Gruntmaster::Daemon::Judge - Modules for judging jobs

SYNOPSIS

  use Gruntmaster::Daemon::Runner::Foo;
  my $verdict = Gruntmaster::Daemon::Runner::Foo::judge(@results);

DESCRIPTION

A judge is a module that takes a list of verdicts and returns a single, combined verdict.

There are two judges in this distribution:

Gruntmaster::Daemon::Judge::Absolute - All-or-nothing ACM-style judge
Gruntmaster::Daemon::Judge::Points - 0 to 100 points IOI-style judge

AUTHOR

Marius Gavrilescu <marius@ieval.ro>

COPYRIGHT AND LICENSE

Copyright (C) 2014 by Marius Gavrilescu

This library is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.