In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/1549f3837b17d2171a570cb54587ab8bd1eb5bb0?hp=0740a29d60ebd4ff72090340b0140ec2210e90c7>

- Log -----------------------------------------------------------------
commit 1549f3837b17d2171a570cb54587ab8bd1eb5bb0
Author: Aaron Crane <a...@cpan.org>
Date:   Tue Dec 5 14:57:58 2017 +0000

    pod/perlapio.pod: fix incorrect count of list items
    
    The list previously included sfio; when sfio support was deleted in the 5.19
    period, the relevant item in the list was also deleted, but the introducing
    sentence wasn't updated to match.

-----------------------------------------------------------------------

Summary of changes:
 pod/perlapio.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perlapio.pod b/pod/perlapio.pod
index 8e0f82e705..5682e95cfd 100644
--- a/pod/perlapio.pod
+++ b/pod/perlapio.pod
@@ -82,7 +82,7 @@ C<PerlIO *> takes the place of FILE *. Like FILE * it should 
be
 treated as opaque (it is probably safe to assume it is a pointer to
 something).
 
-There are currently three implementations:
+There are currently two implementations:
 
 =over 4
 

-- 
Perl5 Master Repository

Reply via email to