The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gruntmaster::Daemon::Generator::File - Generate tests from files

SYNOPSIS

  use Gruntmaster::Daemon::Generator::File;
  Gruntmaster::Daemon::Generator::File::generate(5, $meta);

DESCRIPTION

Gruntmaster::Daemon::Generator::File is a static test generator. If $meta->{infile} exists, the input for test $i is $meta->{infile}[$i - 1]. Otherwise, the input for test $i is /var/lib/gruntmasterd/pb/$meta->{problem}/$test.in.

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.