X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FRunner%2FVerifier.pm;h=7111f6baadc6058ac46b01ab86f12cca48181c75;hp=bb8652d641c8ba0196fc27755f8cedb25795ddf0;hb=99d3711026b621247d46551b38f19c34f26342bd;hpb=69ea9358b59a6d8bd566c3af22247e8c2e35320f diff --git a/lib/Gruntmaster/Daemon/Runner/Verifier.pm b/lib/Gruntmaster/Daemon/Runner/Verifier.pm index bb8652d..7111f6b 100644 --- a/lib/Gruntmaster/Daemon/Runner/Verifier.pm +++ b/lib/Gruntmaster/Daemon/Runner/Verifier.pm @@ -9,7 +9,7 @@ use File::Slurp qw/slurp/; use Log::Log4perl qw/get_logger/; use Try::Tiny; -our $VERSION = '5999.000_003'; +our $VERSION = '5999.000_004'; ################################################## @@ -21,7 +21,7 @@ sub run{ try { $meta->{files}{ver}{run}->($meta->{files}{ver}{name}, fds => [qw/0 input 3 output 1 >result/], args => [$test]); } catch { - die [WA, "Wrong answer"] + die [WA, 'Wrong answer'] ## no critic (RequireCarping) }; scalar slurp 'result'; }