summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorPhilip Newton <pne@cpan.org>2002-04-27 10:51:30 +0200
committerAbhijit Menon-Sen <ams@wiw.org>2002-04-27 15:38:50 +0000
commit365d6a78c0c0d9ae8eb550ee59400df4508f8b71 (patch)
tree001592f73ea2215fd61a5806cb4cd17ca6d48eac /INSTALL
parent974236b47d2d79a2f62dbeb73fb912cc4034c442 (diff)
downloadperl-365d6a78c0c0d9ae8eb550ee59400df4508f8b71.tar.gz
Subject: Re: Change 16122: Try to be clearer about perlio.
Date: Sat, 27 Apr 2002 08:51:30 +0200 Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com> Subject: Re: Change 16183: Stop being coy. From: Philip Newton <Philip.Newton@gmx.net> Date: Sat, 27 Apr 2002 08:52:13 +0200 Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com> p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e p4raw-id: //depot/perl@16213
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 9 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index da0c726c5a..836f1524cd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -24,7 +24,7 @@ with all the defaults are:
Each of these is explained in further detail below.
-B<NOTE>: starting from the release 5.6.0 Perl will use a version
+B<NOTE>: starting from the release 5.6.0, Perl will use a version
scheme where even-numbered subreleases (like 5.6) are stable
maintenance releases and odd-numbered subreleases (like 5.7) are
unstable development releases. Development releases should not be
@@ -806,23 +806,23 @@ and the long double support.
=head2 Selecting File IO mechanisms
-Executive summary: in Perl 5.8 you should use the default "PerlIO"
+Executive summary: in Perl 5.8, you should use the default "PerlIO"
as the IO mechanism unless you have a good reason not to.
In more detail: previous versions of perl used the standard IO
mechanisms as defined in stdio.h. Versions 5.003_02 and later of perl
-introuced alternate IO mechanisms via a "PerlIO" abstraction, but up
-until and including Perl 5.6 stdio mechanism was still the default and
-the only supported mechanism.
+introduced alternate IO mechanisms via a "PerlIO" abstraction, but up
+until and including Perl 5.6, the stdio mechanism was still the default
+and the only supported mechanism.
-Starting from Perl 5.8 the default mechanism is to use the PerlIO
+Starting from Perl 5.8, the default mechanism is to use the PerlIO
abstraction, because it allows better control of I/O mechanisms,
instead of having to work with (often, work around) vendors' I/O
implementations.
-This PerlIO abstraction can be disabled (but again, unless you know
-what you are doing, should not) either on the Configure command line
-with
+This PerlIO abstraction can be (but again, unless you know what you
+are doing, should not be) disabled either on the Configure command
+line with
sh Configure -Uuseperlio