summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-08-16 19:17:07 +0200
committerdakkar <dakkar@thenautilus.net>2009-08-16 19:17:07 +0200
commit7255636036a53e03f166498cb90e67cca74ca1f6 (patch)
treef7788a3b5c01e08a43e6a6cb29e2d14c3af3cf31
parentbumped versions, listed changes (diff)
downloadTree-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
-rw-r--r--t/perlcriticrc1
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]