diff options
Diffstat (limited to 'lib/diagnostics.pm')
-rwxr-xr-x | lib/diagnostics.pm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index 0d1a7e2e6e..2b75113631 100755 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -2,13 +2,11 @@ package diagnostics; =head1 NAME -diagnostics - Perl compiler pragma to force verbose warning diagnostics - -splain - filter to produce verbose descriptions of perl warning diagnostics +diagnostics, splain - produce verbose warning diagnostics =head1 SYNOPSIS -As a pragma: +Using the C<diagnostics> pragma: use diagnostics; use diagnostics -verbose; @@ -16,12 +14,11 @@ As a pragma: enable diagnostics; disable diagnostics; -As a program: +Using the C<splain> standalone filter program: perl program 2>diag.out splain [-v] [-p] diag.out - =head1 DESCRIPTION =head2 The C<diagnostics> Pragma |