From: Simon Ruderich Date: Wed, 17 Oct 2012 23:08:20 +0000 (+0200) Subject: perl/perlcriticrc: Also allow $0. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=eb898451b47ab9260a26ec20fa481ec77ffe7a51 perl/perlcriticrc: Also allow $0. --- 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 ".. '..' ..".