X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=perl%2Fperlcriticrc;h=70c720b1406607db191daa3ee515d10e7458bf3d;hb=eb898451b47ab9260a26ec20fa481ec77ffe7a51;hp=357a493394d9a9a0e4efacb9ebeec68ac4b46857;hpb=9576dd226b9be83023388ddf2f67803836e6c74b;p=config%2Fdotfiles.git diff --git a/perl/perlcriticrc b/perl/perlcriticrc index 357a493..70c720b 100644 --- a/perl/perlcriticrc +++ b/perl/perlcriticrc @@ -47,7 +47,7 @@ color = 1 # 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 = $! $? $. $@ $/ $" $+ +allow = $0 $! $? $. $@ $/ $" $+ # Allow the usage of ".." when '..' occurs inside the string, e.g. in strings # like ".. '..' ..".