Change 33160 by [EMAIL PROTECTED] on 2008/01/31 22:02:10

        Integrate:
        [ 32986]
        Subject: [PATCH utils/perlbug.PL]  Don't ask about a module when using 
-ok
        From: Abigail <[EMAIL PROTECTED]>
        Message-ID: <[EMAIL PROTECTED]>
        Date: Wed, 16 Jan 2008 18:46:17 +0100

Affected files ...

... //depot/maint-5.10/perl/utils/perlbug.PL#2 integrate

Differences ...

==== //depot/maint-5.10/perl/utils/perlbug.PL#2 (text) ====
Index: perl/utils/perlbug.PL
--- perl/utils/perlbug.PL#1~32694~      2007-12-22 01:23:09.000000000 -0800
+++ perl/utils/perlbug.PL       2008-01-31 14:02:10.000000000 -0800
@@ -506,7 +506,7 @@
        }
     }
     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
End of Patch.

Reply via email to