From: Roberto C. S�nchez Date: Tue, 29 Sep 2009 21:54:08 +0000 (-0700) Subject: Pod formatting fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=db6ae0723f177b693bb39f2b9971a902b53a48c2;p=p5sagit%2Fp5-mst-13.2.git Pod formatting fix Signed-off-by: Josh ben Jore --- diff --git a/pod/perlop.pod b/pod/perlop.pod index b2f5113..693c7c5 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -2183,7 +2183,7 @@ to terminate the loop, they should be tested for explicitly: while (($_ = ) ne '0') { ... } while () { last unless $_; ... } -In other boolean contexts, C<< > >> without an +In other boolean contexts, I< C< EfilehandleE > > without an explicit C test or comparison elicit a warning if the C pragma or the B<-w> command-line switch (the C<$^W> variable) is in effect.