From b6b8cb97b8b6f149f508b82f10022825c481c663 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 6 Mar 2011 13:55:36 -0800 Subject: [PATCH] Reword a perldiag entry MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It’s a little more readable if it’s more concise, at least in this case. --- pod/perldiag.pod | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 5efd095..a461d7b 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -793,11 +793,10 @@ nesting levels, the following is missing its final parenthesis: print q(The character '(' starts a side comment.); If you're getting this error from a here-document, you may have -included unseen whitespace before or after your closing tag or not -have anything, including a linebreak, after the closing tag. A good -programmer's editor will have a way to help you find these characters -(or lack of characters). See L for the full details on here -documents. +included unseen whitespace before or after your closing tag or there +may not be a linebreak after it. A good programmer's editor will have +a way to help you find these characters (or lack of characters). See +L for the full details on here-documents. =item Can't find Unicode property definition "%s" -- 2.7.4