summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2013-01-03 00:56:15 +0100
committerGuillem Jover <guillem@debian.org>2013-05-08 04:58:07 +0200
commite40e07a583f8738e0610c4aebb832091f48e9588 (patch)
tree2b97e912f276b786a3dd8a82c5bff91f5696e89f /test
parent6e2750d65d278b641b638251ef607f607a59e4c6 (diff)
downloaddpkg-e40e07a583f8738e0610c4aebb832091f48e9588.tar.gz
perl: Use correct comparison operator for each type
Fixes ValuesAndExpressions::ProhibitMismatchedOperators. Warned-by: perlcritic
Diffstat (limited to 'test')
-rw-r--r--test/100_critic.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/100_critic.t b/test/100_critic.t
index 307b8b08a..2bdec1491 100644
--- a/test/100_critic.t
+++ b/test/100_critic.t
@@ -77,6 +77,7 @@ my @policies = qw(
ValuesAndExpressions::ProhibitComplexVersion
ValuesAndExpressions::ProhibitInterpolationOfLiterals
ValuesAndExpressions::ProhibitLongChainsOfMethodCalls
+ ValuesAndExpressions::ProhibitMismatchedOperators
ValuesAndExpressions::ProhibitQuotesAsQuotelikeOperatorDelimiters
ValuesAndExpressions::ProhibitSpecialLiteralHeredocTerminator
ValuesAndExpressions::ProhibitVersionStrings