diff options
author | Brendan O'Dea <bod@debian.org> | 2003-01-12 17:17:30 +1100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-01-15 20:51:48 +0000 |
commit | 327219e7a302d8d18bdc29ddf82363d52e194d49 (patch) | |
tree | bec2281c6d7b86c34be8a46097c4c36698222fbb /lib | |
parent | db80722ab973cb702dbbd653128e10a109609401 (diff) | |
download | perl-327219e7a302d8d18bdc29ddf82363d52e194d49.tar.gz |
diagnostics.pm: useful apropos description for splain
Message-ID: <20030111191730.GA19420@londo.c47.org>
p4raw-id: //depot/perl@18488
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/diagnostics.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index c68fa3f79f..1ba70c5b6c 100755 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -4,7 +4,7 @@ package diagnostics; diagnostics - Perl compiler pragma to force verbose warning diagnostics -splain - standalone program to do the same thing +splain - filter to produce verbose descriptions of perl warning diagnostics =head1 SYNOPSIS @@ -16,7 +16,7 @@ As a pragma: enable diagnostics; disable diagnostics; -Aa a program: +As a program: perl program 2>diag.out splain [-v] [-p] diag.out |