X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=perl%2Fperlcriticrc;h=6fb1f062c9fdd8f0f5ec1f168c0848e75782b949;hb=37f15f94a465de3ffc38cf9af695f31be4f4d3ca;hp=ce49d500fa9b3121a27146556850cc45f6f0f9ce;hpb=0093c8ca2b5180951a25206d3d917bb8463069b9;p=config%2Fdotfiles.git diff --git a/perl/perlcriticrc b/perl/perlcriticrc index ce49d50..6fb1f06 100644 --- a/perl/perlcriticrc +++ b/perl/perlcriticrc @@ -54,7 +54,7 @@ exclude_functions = print # IMHO punctuation variables are more readable than their English counterparts # (and faster in some cases). So allow the ones I use often. [Variables::ProhibitPunctuationVars] -allow = $0 $! $? $. $@ $/ $" $+ +allow = $0 $! $? $. $@ $/ $" $+ $- # Allow the usage of ".." when '..' occurs inside the string, e.g. in strings # like ".. '..' ..".