diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-01-17 17:54:05 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-01-17 17:54:05 (EST) |
commit | 052fe8fd7f39612fd50e2620ec04894aa1c07622 (patch) | |
tree | 2d130144540310f20b39e1d257cfdab2cc823880 /.perlcriticrc | |
parent | ec56268dfbba5f483d63abeddcec2687e35c1708 (diff) | |
download | Math-Decimal-FastPP-052fe8fd7f39612fd50e2620ec04894aa1c07622.zip Math-Decimal-FastPP-052fe8fd7f39612fd50e2620ec04894aa1c07622.tar.gz Math-Decimal-FastPP-052fe8fd7f39612fd50e2620ec04894aa1c07622.tar.bz2 |
.perlcriticrc: Add spelling exceptions
Diffstat (limited to '.perlcriticrc')
-rw-r--r-- | .perlcriticrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.perlcriticrc b/.perlcriticrc index 531be12..a2f231a 100644 --- a/.perlcriticrc +++ b/.perlcriticrc @@ -25,3 +25,6 @@ pager = less -R # There are no dots. [-RegularExpressions::RequireDotMatchAnything] + +[Documentation::PodSpelling] +stop_words_file = .words.txt |