From: Leon Timmermans Date: Thu, 3 May 2012 12:19:31 +0000 (+0200) Subject: perldelta: Explain stdio/sfio future deprecation. X-Git-Tag: accepted/trunk/20130322.191538~137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e57f450050456f287e84ba9e5f14dcd1cf02f7f0;p=platform%2Fupstream%2Fperl.git perldelta: Explain stdio/sfio future deprecation. --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 9fef60c..b355569 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -648,6 +648,13 @@ ticket|https://rt.perl.org/rt3/Ticket/Display.html?id=96212>. sfio, stdio +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 layer if stdio use is desired, and similarly a +sfio layer could be produced. + =item * Unescaped literal C<< "{" >> in regular expressions.