This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't ask about a module when using -ok
authorAbigail <abigail@abigail.be>
Wed, 16 Jan 2008 18:46:17 +0000 (19:46 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 16 Jan 2008 18:55:14 +0000 (18:55 +0000)
Message-ID: <20080116174617.GA30446@abigail.be>
Date: Wed, 16 Jan 2008 18:46:17 +0100

p4raw-id: //depot/perl@32986

utils/perlbug.PL

index c288095..5190439 100644 (file)
@@ -506,7 +506,7 @@ EOF
        }
     }
     my $report_about_module = '';
-    if ($::HaveCoreList) {
+    if ($::HaveCoreList && !$ok) {
        paraprint <<EOF;
 Is your report about a Perl module? If yes, enter its name. If not, skip.
 EOF