From: Shawn M Moore Date: Tue, 28 Apr 2009 07:51:46 +0000 (-0400) Subject: Throw errors if we got em X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f05258e1cdebb00dbae6b11869acf0483a90927;hp=a5d6e23bb6243458f07a8f3e9e533fc78a799544;p=gitmo%2FPerl-Critic-Dynamic-Moose.git Throw errors if we got em --- diff --git a/t/20_policies.t b/t/20_policies.t index bd6f005..c8b9447 100644 --- a/t/20_policies.t +++ b/t/20_policies.t @@ -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); } }