In perl.git, the branch smoke-me/tonyc/post-5.24 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/cf891dd2cbc4d51ae822940444ff30eaee1e8a3e?hp=cd49fab8688429286e9034f1dd19a2cb4f0a27ef>

- Log -----------------------------------------------------------------
commit cf891dd2cbc4d51ae822940444ff30eaee1e8a3e
Author: Tony Cook <[email protected]>
Date:   Tue Apr 12 17:04:58 2016 +1000

    fix documentation mangled by a probably manually applied patch
-----------------------------------------------------------------------

Summary of changes:
 dist/IO/lib/IO/Handle.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dist/IO/lib/IO/Handle.pm b/dist/IO/lib/IO/Handle.pm
index aebf74e..ce976b0 100644
--- a/dist/IO/lib/IO/Handle.pm
+++ b/dist/IO/lib/IO/Handle.pm
@@ -122,8 +122,8 @@ otherwise.
 This works like <$io> described in L<perlop/"I/O Operators">
 except that it's more readable and can be safely called in a
 list context but still returns just one line.  If used as the conditional
-+within a C<while> or C-style C<for> loop, however, you will need to
-+emulate the functionality of <$io> with C<< defined($_ = $io->getline) >>.
+within a C<while> or C-style C<for> loop, however, you will need to
+emulate the functionality of <$io> with C<< defined($_ = $io->getline) >>.
 
 =item $io->getlines
 
@@ -271,7 +271,7 @@ use IO ();  # Load the XS module
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = "1.35";
+$VERSION = "1.36";
 $VERSION = eval $VERSION;
 
 @EXPORT_OK = qw(

--
Perl5 Master Repository

Reply via email to