From 9576dd226b9be83023388ddf2f67803836e6c74b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 18 Oct 2012 01:00:33 +0200 Subject: [PATCH] perl/perlcriticrc: Also allow $? and $+. --- perl/perlcriticrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/perlcriticrc b/perl/perlcriticrc index 476ae8a..357a493 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 = $! $? $. $@ $/ $" $+ # Allow the usage of ".." when '..' occurs inside the string, e.g. in strings # like ".. '..' ..". -- 2.44.1