diff options
author | Abigail <abigail@abigail.be> | 2008-01-16 19:46:17 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-16 18:55:14 +0000 |
commit | f5798d0b2034b9dc921c9d100f271ad247a5d59b (patch) | |
tree | 33d6b67de1c3da2a6e459823df693fa4754f667a /utils | |
parent | d77cdebfaf0c7eb784a132b575c93953a56db215 (diff) | |
download | perl-f5798d0b2034b9dc921c9d100f271ad247a5d59b.tar.gz |
Don't ask about a module when using -ok
Message-ID: <20080116174617.GA30446@abigail.be>
Date: Wed, 16 Jan 2008 18:46:17 +0100
p4raw-id: //depot/perl@32986
Diffstat (limited to 'utils')
-rw-r--r-- | utils/perlbug.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL index c288095a20..5190439e58 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -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 |