In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/1c926d61390beacb6af9bbe32d19d236969d4023?hp=e027048fafd714c976009859973e4a87ce8235a0>
- Log -----------------------------------------------------------------
commit 1c926d61390beacb6af9bbe32d19d236969d4023
Author: Father Chrysostomos <sprout@cpan.org>
Date: Wed May 9 12:49:49 2012 -0700
perl5160delta: tweaks
sdio -> stdio
two spaces after dots
-----------------------------------------------------------------------
Summary of changes:
Porting/perl5160delta.pod | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Porting/perl5160delta.pod b/Porting/perl5160delta.pod
index ef152b1..d408536 100644
--- a/Porting/perl5160delta.pod
+++ b/Porting/perl5160delta.pod
@@ -648,8 +648,8 @@ ticket|https://rt.perl.org/rt3/Ticket/Display.html?id=96212>.
sfio, stdio
-Perl supports being built without PerlIO proper, using a sdio or sfio
-wrapper instead. A perl build like this will not support IO layers and
+Perl supports being built without PerlIO proper, using a stdio or sfio
+wrapper instead. A perl build like this will not support IO layers and
thus Unicode IO, making it rather handicapped.
PerlIO supports a C<stdio> layer if stdio use is desired, and similarly a
--
Perl5 Master Repository