Change 32986 by [EMAIL PROTECTED] on 2008/01/16 18:55:14
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/perl/utils/perlbug.PL#50 edit
Differences ...
==== //depot/perl/utils/perlbug.PL#50 (text) ====
Index: perl/utils/perlbug.PL
--- perl/utils/perlbug.PL#49~31599~ 2007-07-12 09:22:59.000000000 -0700
+++ perl/utils/perlbug.PL 2008-01-16 10:55:14.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.