projects
/
gitmo/Perl-Critic-Dynamic-Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a5d6e23
)
Throw errors if we got em
Shawn M Moore [Tue, 28 Apr 2009 07:51:46 +0000 (
03:51
-0400)]
t/20_policies.t
patch
|
blob
|
blame
|
history
diff --git
a/t/20_policies.t
b/t/20_policies.t
index
bd6f005
..
c8b9447
100644
(file)
--- 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);
}
}