summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-01-17 15:14:43 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-01-17 15:14:43 (EST)
commitd974c99814bcfc0a983656a9ebd025e1a54fdde4 (patch)
treeaec819400553b58c4a4bf4610de93b70fb68281d
parent63e88b217f508b862574153e32f57295e0c6bde4 (diff)
downloadMath-Decimal-FastPP-d974c99814bcfc0a983656a9ebd025e1a54fdde4.zip
Math-Decimal-FastPP-d974c99814bcfc0a983656a9ebd025e1a54fdde4.tar.gz
Math-Decimal-FastPP-d974c99814bcfc0a983656a9ebd025e1a54fdde4.tar.bz2
.perlcriticrc: Exclude another policy
-rw-r--r--.perlcriticrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.perlcriticrc b/.perlcriticrc
index ed62e62..1d5732a 100644
--- a/.perlcriticrc
+++ b/.perlcriticrc
@@ -11,5 +11,9 @@
[-ValuesAndExpressions::ProhibitEmptyQuotes]
[-ValuesAndExpressions::ProhibitNoisyQuotes]
+# Anchors should match across multiple lines, if anyone is dumb enough to put
+# line breaks in their numbers.
+[-RegularExpressions::RequireLineBoundaryMatching]
+
# There are no dots.
[-RegularExpressions::RequireDotMatchAnything]