From: Dave Mitchell Date: Wed, 4 Jul 2007 23:09:02 +0000 (+0000) Subject: clarify what text 'warn' appends to a newline-less string X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=afd8c9c88c4423cc24eb45cffe3d10e6037c8642;p=p5sagit%2Fp5-mst-13.2.git clarify what text 'warn' appends to a newline-less string p4raw-id: //depot/perl@31537 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index c6b8659..9cf780a 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -7267,7 +7267,8 @@ This function should have been named wantlist() instead. X X X Prints the value of LIST to STDERR. If the last element of LIST does -not end in a newline, appends the same text as C does. +not end in a newline, it appends the same file/line number text as C +does. If LIST is empty and C<$@> already contains a value (typically from a previous eval) that value is used after appending C<"\t...caught">