diff options
author | Steve Peters <steve@fisharerojo.org> | 2004-10-23 13:55:41 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-10-25 14:56:37 +0000 |
commit | c411974dd51c7d7c0ee08434cc1bb9b77909385d (patch) | |
tree | dcc8f74c67c21ccc91d54894fed88e8e921526a7 /lib/diagnostics.pm | |
parent | cc836e956f1f965d89e75825961e461d4c4efb8a (diff) | |
download | perl-c411974dd51c7d7c0ee08434cc1bb9b77909385d.tar.gz |
[perl #30227] [PATCH]splain vs. -w
From: "Steve Peters via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
p4raw-id: //depot/perl@23422
Diffstat (limited to 'lib/diagnostics.pm')
-rwxr-xr-x | lib/diagnostics.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index b51376fb4a..a1910359b4 100755 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -28,7 +28,8 @@ Using diagnostics to get stack traces from a misbehaving script: =head2 The C<diagnostics> Pragma This module extends the terse diagnostics normally emitted by both the -perl compiler and the perl interpreter, augmenting them with the more +perl compiler and the perl interpreter (from running perl with a -w +switch or C<use warnings>), augmenting them with the more explicative and endearing descriptions found in L<perldiag>. Like the other pragmata, it affects the compilation phase of your program rather than merely the execution phase. |