summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-22 14:07:27 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-22 14:07:27 +0000
commitc0fa38e065f077af40c2f47c177af2512447bfa2 (patch)
treea66c5b8dea8732743d2217022c2054b7e3041ec1
parentf3c1ea7bda66002ae9e8b0fd9d612e734daacd19 (diff)
downloadperl-c0fa38e065f077af40c2f47c177af2512447bfa2.tar.gz
perlbug -ok shouldn't prompt (from Paul Moore
<Paul.Moore@uk.origin-it.com>) p4raw-id: //depot/perl@5869
-rw-r--r--utils/perlbug.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL
index f6d3dc0bc0..208da3667c 100644
--- a/utils/perlbug.PL
+++ b/utils/perlbug.PL
@@ -276,6 +276,8 @@ EOF
$subject = ($::opt_n ? 'Not ' : '')
. "OK: perl $perl_version ${patch_tags}on"
." $::Config{'archname'} $::Config{'osvers'} $subject";
+ $category = "install";
+ $severity = "none";
$ok = 1;
} else {
Help();