From: Steve Peters Date: Sat, 23 Oct 2004 13:55:41 +0000 (+0000) Subject: [perl #30227] [PATCH]splain vs. -w X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c411974dd51c7d7c0ee08434cc1bb9b77909385d;p=p5sagit%2Fp5-mst-13.2.git [perl #30227] [PATCH]splain vs. -w From: "Steve Peters via RT" Message-ID: p4raw-id: //depot/perl@23422 --- diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index b51376f..a191035 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 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), augmenting them with the more explicative and endearing descriptions found in L. Like the other pragmata, it affects the compilation phase of your program rather than merely the execution phase.