In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/db6ae0723f177b693bb39f2b9971a902b53a48c2?hp=b69d77b8c79b1d16e3e04be0941d295d0b3afc12>
- Log ----------------------------------------------------------------- commit db6ae0723f177b693bb39f2b9971a902b53a48c2 Author: Roberto C. S�nchez <[email protected]> Date: Tue Sep 29 14:54:08 2009 -0700 Pod formatting fix Signed-off-by: Josh ben Jore <[email protected]> ----------------------------------------------------------------------- Summary of changes: pod/perlop.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 (($_ = <STDIN>) ne '0') { ... } while (<STDIN>) { last unless $_; ... } -In other boolean contexts, C<< <I<filehandle>> >> without an +In other boolean contexts, I< C< E<lt>filehandleE<gt> > > without an explicit C<defined> test or comparison elicit a warning if the C<use warnings> pragma or the B<-w> command-line switch (the C<$^W> variable) is in effect. -- Perl5 Master Repository
