diff options
author | Guillem Jover <guillem@debian.org> | 2013-01-03 00:56:15 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2013-05-08 04:58:07 +0200 |
commit | e40e07a583f8738e0610c4aebb832091f48e9588 (patch) | |
tree | 2b97e912f276b786a3dd8a82c5bff91f5696e89f /test | |
parent | 6e2750d65d278b641b638251ef607f607a59e4c6 (diff) | |
download | dpkg-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.t | 1 |
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 |