From: Josh ben Jore Date: Tue, 29 Sep 2009 21:58:07 +0000 (-0700) Subject: Pod formatting fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a15b7957181646517d8622bc416574e4627c2ec3;p=p5sagit%2Fp5-mst-13.2.git Pod formatting fix --- diff --git a/pod/perlop.pod b/pod/perlop.pod index 693c7c5..40ea2c8 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, I< C< EfilehandleE > > without an +In other boolean contexts, IfilehandleE>> 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.