X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=perl%2Fperlcriticrc;h=70c720b1406607db191daa3ee515d10e7458bf3d;hb=fce83f515f0eef59f3102195542a26be0b758274;hp=476ae8adbc767b15beed0bbc49e2c82a85f1aa82;hpb=35b924d46fd7056f0ec62b1669b1d8c0b57da3f6;p=config%2Fdotfiles.git diff --git a/perl/perlcriticrc b/perl/perlcriticrc index 476ae8a..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 ".. '..' ..".