Throw errors if we got em
[gitmo/Perl-Critic-Dynamic-Moose.git] / t / 20_policies.t
index bd6f005..c8b9447 100644 (file)
@@ -67,7 +67,7 @@ for my $policy ( sort keys %$subtests ) {
             }
         }
         else {
-            #die $EVAL_ERROR if $EVAL_ERROR;
+            die $EVAL_ERROR if $EVAL_ERROR;
             is($number_of_violations, $subtest->{failures}, $desc);
         }
     }