X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FRunner%2FInteractive.pm;h=ec07aebd1c8cc2a76cc869d685cb32c59c18be20;hp=9c4580fbf2e033f77eabf0f9ddecb789467d8c6a;hb=d6a1ae0d77398b2a7ed967e10e8420ac7d9980e5;hpb=2d67a3e68e77b9f85e324b1b5e974758e70e938a diff --git a/lib/Gruntmaster/Daemon/Runner/Interactive.pm b/lib/Gruntmaster/Daemon/Runner/Interactive.pm index 9c4580f..ec07aeb 100644 --- a/lib/Gruntmaster/Daemon/Runner/Interactive.pm +++ b/lib/Gruntmaster/Daemon/Runner/Interactive.pm @@ -10,6 +10,8 @@ use Log::Log4perl qw/get_logger/; use POSIX qw/mkfifo/; use Try::Tiny; +our $VERSION = '5999.000_002'; + ################################################## sub run{ @@ -38,3 +40,36 @@ sub run{ 1; __END__ + +=encoding utf-8 + +=head1 NAME + +Gruntmaster::Daemon::Runner::Interactive - Make an interactive verifier talk to the program + +=head1 SYNOPSIS + + use Gruntmaster::Daemon::Runner::Interactive; + Gruntmaster::Daemon::Runner::Interactive->run(5, $meta); + +=head1 DESCRIPTION + +B + +Gruntmaster::Daemon::Runner::Interactive is a runner which runs the program and an interactive verifier in parallel, connecting each program's STDIN to the other's STDOUT. The verifier, C<< $meta->{files}{int} >>, should return nonzero if the program gives an incorrect answer, and print the test score to fd 4 then return 0 if the answer is correct. + +=head1 AUTHOR + +Marius Gavrilescu Emarius@ieval.roE + +=head1 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. + + +=cut