X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=perl%2Fperlcriticrc;h=6fb1f062c9fdd8f0f5ec1f168c0848e75782b949;hb=49506632f4ab98a5d379f1c99841fc1923387241;hp=ce49d500fa9b3121a27146556850cc45f6f0f9ce;hpb=2a2301c2cba9c23a5e84fdd3e54c40ecdb5c3e0b;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 ".. '..' ..".