diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-22 14:07:27 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-22 14:07:27 +0000 |
commit | 158f8ee5d0a06552c1de9eceef93cfd383751c07 (patch) | |
tree | a66c5b8dea8732743d2217022c2054b7e3041ec1 /utils | |
parent | 6d4a0c54c276d09d6928f214f3f448fa26ea4970 (diff) | |
download | perl-158f8ee5d0a06552c1de9eceef93cfd383751c07.tar.gz |
perlbug -ok shouldn't prompt (from Paul Moore
<Paul.Moore@uk.origin-it.com>)
p4raw-id: //depot/perl@5869
Diffstat (limited to 'utils')
-rw-r--r-- | utils/perlbug.PL | 2 |
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(); |