Up to 5 digits should be considered visually clear.
@@ -3,6 +3,9 @@ dpkg (1.18.8) UNRELEASED; urgency=medium
[ Guillem Jover ]
* Perl modules:
- Use warnings::warnif() instead of carp() for deprecated warnings.
+ * Test suite:
+ - Bump perlcritic ValuesAndExpressions::RequireNumberSeparators minimum
+ to 99999.
* Documentation:
- Improve dpkg-buildpackage(1) on environment expectations.
- Clarify the format of the db:Status-Abbrev virtual field in
@@ -23,6 +23,10 @@ minimum_regex_length_to_complain_about = 60
# TODO: switch these to q{} ?
allow_if_string_contains_single_quote = 1
+[ValuesAndExpressions::RequireNumberSeparators]
+# Up to 5 digits considered visually clear.
+min_value = 99999
+
##
## Disable tests