diff options
author | dakkar <dakkar@thenautilus.net> | 2009-08-16 19:17:07 +0200 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2009-08-16 19:17:07 +0200 |
commit | 7255636036a53e03f166498cb90e67cca74ca1f6 (patch) | |
tree | f7788a3b5c01e08a43e6a6cb29e2d14c3af3cf31 /t | |
parent | bumped versions, listed changes (diff) | |
download | Tree-Template-Declare-0.3.2.tar.gz Tree-Template-Declare-0.3.2.tar.bz2 Tree-Template-Declare-0.3.2.zip |
relaxed Perl::Critic rulesv0.3.2
since we use (knowingly) a package variable, the ProhibitPackageVars
policy must go
Diffstat (limited to 't')
-rw-r--r-- | t/perlcriticrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/perlcriticrc b/t/perlcriticrc index 63dab93..029461c 100644 --- a/t/perlcriticrc +++ b/t/perlcriticrc @@ -112,7 +112,6 @@ only = 1 [ValuesAndExpressions::RequireUpperCaseHeredocTerminator] [Variables::ProhibitConditionalDeclarations] [Variables::ProhibitMatchVars] -[Variables::ProhibitPackageVars] [Variables::ProhibitPerl4PackageNames] [Variables::ProhibitPunctuationVars] [Variables::ProhibitReusedNames] |