]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
perl/perlcriticrc: Also allow $0.
authorSimon Ruderich <simon@ruderich.org>
Wed, 17 Oct 2012 23:08:20 +0000 (01:08 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 17 Oct 2012 23:08:20 +0000 (01:08 +0200)
perl/perlcriticrc

index 357a493394d9a9a0e4efacb9ebeec68ac4b46857..70c720b1406607db191daa3ee515d10e7458bf3d 100644 (file)
@@ -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 ".. '..' ..".