diff options
author | M. J. T. Guy <mjtg@cus.cam.ac.uk> | 1999-02-03 19:02:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-03 22:02:24 +0000 |
commit | f27fa58d3bdcde5eed9604e8af9c14b89a02d8ab (patch) | |
tree | e8df227d083f0f2a3fc56cea54b00ed662afc5b9 /utils | |
parent | 5a039dd3f529422cb070070772502cedaf09ae20 (diff) | |
download | perl-f27fa58d3bdcde5eed9604e8af9c14b89a02d8ab.tar.gz |
Enhance change #2808.
To: perl5-porters@perl.org
Subject: Re: [PATCH 5.00*]: perlbug checklist
Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
p4raw-link: @2808 on //depot/cfgperl: bdcdfa19ba0dc3934f9f5633d13c35213e84a038
p4raw-id: //depot/cfgperl@2812
Diffstat (limited to 'utils')
-rw-r--r-- | utils/perlbug.PL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL index 190405934d..377893a959 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -901,9 +901,9 @@ it all, but at least have a look at the sections that I<seem> relevant). Be aware of the familiar traps that perl programmers of various hues fall into. See L<perltrap>. -If what you see looks like a Perl error message, check L<perldiag> -to see what the message means. If it looks like an error from -your operating system, consult your operating system documentation. +Check in L<perldiag> to see what any Perl error message(s) mean. +If message isn't in perldiag, it probably isn't generated by Perl. +Consult your operating system documentation instead. If you are on a non-UNIX platform check also L<perlport>, some features may not be implemented or work differently. |