Add perlcritic test and make code comply
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Runner / Verifier.pm
index fd267cd88691664685f18f17f480ac099f862570..7111f6baadc6058ac46b01ab86f12cca48181c75 100644 (file)
@@ -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';
 }
This page took 0.0101 seconds and 4 git commands to generate.