summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-01-17 15:25:22 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-01-17 15:25:22 (EST)
commit7ef13908bd7b9346f932b312ace5eff1a5dc2cba (patch)
tree7982325191f2e8ad72bf465b4d7705145e4aeac5
parent52a46715c75bd15f7ae4d8145de74b7ee691f38c (diff)
downloadMath-Decimal-FastPP-7ef13908bd7b9346f932b312ace5eff1a5dc2cba.zip
Math-Decimal-FastPP-7ef13908bd7b9346f932b312ace5eff1a5dc2cba.tar.gz
Math-Decimal-FastPP-7ef13908bd7b9346f932b312ace5eff1a5dc2cba.tar.bz2
.perlcriticrc: Exclude another policy
-rw-r--r--.perlcriticrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.perlcriticrc b/.perlcriticrc
index 0255522..4608285 100644
--- a/.perlcriticrc
+++ b/.perlcriticrc
@@ -16,6 +16,9 @@ pager = less -R
[-ValuesAndExpressions::ProhibitEmptyQuotes]
[-ValuesAndExpressions::ProhibitNoisyQuotes]
+# And I strongly disagree with this.
+[-CodeLayout::ProhibitParensWithBuiltins]
+
# Anchors should match across multiple lines, if anyone is dumb enough to put
# line breaks in their numbers.
[-RegularExpressions::RequireLineBoundaryMatching]