perldelta: Explain stdio/sfio future deprecation.
authorLeon Timmermans <fawaka@gmail.com>
Thu, 3 May 2012 12:19:31 +0000 (14:19 +0200)
committerRicardo Signes <rjbs@cpan.org>
Thu, 10 May 2012 15:11:42 +0000 (11:11 -0400)
pod/perldelta.pod

index 9fef60c..b355569 100644 (file)
@@ -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<stdio> layer if stdio use is desired, and similarly a
+sfio layer could be produced.
+
 =item *
 
 Unescaped literal C<< "{" >> in regular expressions.