From a534ac11de82b658dca3f753dcc87491920212d6 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 16 Dec 2011 09:44:31 -0800 Subject: [PATCH] perldiag: rewrap an entry to fit comfortably in an 80-column terminal. --- pod/perldiag.pod | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 923a811..8c981aa 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -218,12 +218,13 @@ will identify which operator was so unfortunate. =item Argument list not closed for PerlIO layer "%s" -(W layer) When pushing a layer with arguments onto the Perl I/O system you -forgot the ) that closes the argument list. (Layers take care of transforming -data between external and internal representations.) Perl stopped parsing -the layer list at this point and did not attempt to push this layer. -If your program didn't explicitly request the failing operation, it may be -the result of the value of the environment variable PERLIO. +(W layer) When pushing a layer with arguments onto the Perl I/O +system you forgot the ) that closes the argument list. (Layers +take care of transforming data between external and internal +representations.) Perl stopped parsing the layer list at this +point and did not attempt to push this layer. If your program +didn't explicitly request the failing operation, it may be the +result of the value of the environment variable PERLIO. =item Array @%s missing the @ in argument %d of %s() -- 2.7.4