summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-16 09:44:31 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-16 09:54:18 -0800
commita534ac11de82b658dca3f753dcc87491920212d6 (patch)
treeb05778fe29dce99faed2376bc953a9ef2688e14e /pod/perldiag.pod
parentbb3946ce21e0887882510d162b1b206535f933f5 (diff)
downloadperl-a534ac11de82b658dca3f753dcc87491920212d6.tar.gz
perldiag: rewrap an entry
to fit comfortably in an 80-column terminal.
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod13
1 files changed, 7 insertions, 6 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 923a81172b..8c981aa361 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()