summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-01-17 14:56:13 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-01-17 14:56:13 (EST)
commit132cd3ca92ae87f51ee9b06cd0e2311553f92820 (patch)
tree2d6650b4e6cfbfb7070b49cf4cdd7d2a18856c4b
parentfc81a53c673f7c073c1ce0ea68f0df8e8057ff9c (diff)
downloadMath-Decimal-FastPP-132cd3ca92ae87f51ee9b06cd0e2311553f92820.zip
Math-Decimal-FastPP-132cd3ca92ae87f51ee9b06cd0e2311553f92820.tar.gz
Math-Decimal-FastPP-132cd3ca92ae87f51ee9b06cd0e2311553f92820.tar.bz2
.perlcriticrc: Add policy
-rw-r--r--.perlcriticrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.perlcriticrc b/.perlcriticrc
index a663846..56d5a91 100644
--- a/.perlcriticrc
+++ b/.perlcriticrc
@@ -3,3 +3,6 @@
[-ValuesAndExpressions::ProhibitMismatchedOperators]
[-ValuesAndExpressions::ProhibitEmptyQuotes]
[-ValuesAndExpressions::ProhibitNoisyQuotes]
+
+# There are no dots.
+[-RegularExpressions::RequireDotMatchAnything]