From: Steve Hancock <perltidy@users.sourceforge.net>
Date: Sun, 7 Apr 2024 04:39:20 +0000 (-0700)
Subject: fix test range for change in parameter name
X-Git-Tag: 20240202.05~13
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8f03ba3248fed4e9994178cc5ee3f8030cdec149;p=perltidy.git

fix test range for change in parameter name
---

diff --git a/dev-bin/perltidy_random_setup.pl b/dev-bin/perltidy_random_setup.pl
index e29da44e..57c8c4e5 100755
--- a/dev-bin/perltidy_random_setup.pl
+++ b/dev-bin/perltidy_random_setup.pl
@@ -863,9 +863,9 @@ EOM
             'interbracket-arrow-style' =>
               [ ']{', ']->{', '][', ']->[', '}[', '}->[', '}{', '}->{' ],
 
-            'warn-variable-types'              => [ '0', '1' ],
-            'warn-mismatched-arg-types'        => [ '0', '1' ],
-            'warn-mismatched-arg-count-cutoff' => [ 0,   5 ],
+            'warn-variable-types'                   => [ '0', '1' ],
+            'warn-mismatched-arg-types'             => [ '0', '1' ],
+            'warn-mismatched-arg-undercount-cutoff' => [ 0,   5 ],
 
             'space-backslash-quote'         => [ 0, 2 ],
             'block-brace-tightness'         => [ 0, 2 ],