Change 33375 by [EMAIL PROTECTED] on 2008/02/26 10:51:27
Typo found by Roland Giersig
Affected files ...
... //depot/perl/utils/perlbug.PL#53 edit
Differences ...
==== //depot/perl/utils/perlbug.PL#53 (text) ====
Index: perl/utils/perlbug.PL
--- perl/utils/perlbug.PL#52~33373~ 2008-02-26 01:48:18.000000000 -0800
+++ perl/utils/perlbug.PL 2008-02-26 02:51:27.000000000 -0800
@@ -189,7 +189,7 @@
'severity' => {
'default' => 'low',
'ok' => 'none',
- 'ok' => 'none',
+ 'thanks' => 'none',
'opts' => [qw(critical high medium low wishlist none)], # zero
},
);
End of Patch.