diff options
Diffstat (limited to 'utils/perlbug.PL')
-rw-r--r-- | utils/perlbug.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL index e203272813..773fda7f07 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -189,7 +189,7 @@ sub ask_for_alternatives { # (category|severity) 'severity' => { 'default' => 'low', 'ok' => 'none', - 'ok' => 'none', + 'thanks' => 'none', 'opts' => [qw(critical high medium low wishlist none)], # zero }, ); |