aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perlcritic.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/perlcritic.rc b/perlcritic.rc
index f060909..80ab046 100644
--- a/perlcritic.rc
+++ b/perlcritic.rc
@@ -410,7 +410,7 @@ severity = 1
[ValuesAndExpressions::ProhibitSpecialLiteralHeredocTerminator]
# Don't use strings like `v1.4' or `1.4.5' when including other modules.
-[ValuesAndExpressions::ProhibitVersionStrings]
+[-ValuesAndExpressions::ProhibitVersionStrings]
# Require $VERSION to be a constant rather than a computed value.
[ValuesAndExpressions::RequireConstantVersion]