From: Jarkko Hietaniemi Date: Thu, 22 Feb 2001 13:05:28 +0000 (+0000) Subject: *drum roll* Make perlio the default. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5a3a8a022aa61cbaa4fc80c0842f0aa260330943;p=p5sagit%2Fp5-mst-13.2.git *drum roll* Make perlio the default. p4raw-id: //depot/perl@8888 --- diff --git a/Configure b/Configure index 0abc4fe..dc9e80d 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Feb 21 17:01:28 EET 2001 [metaconfig 3.0 PL70] +# Generated on Thu Feb 22 15:00:27 EET 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <. Versions 5.003_02 and later of perl allow +defined in . Versions 5.003_02 and later of $package allow alternate IO mechanisms via the PerlIO abstraction layer, but the -stdio mechanism is still the default. This abstraction layer can -use AT&T's sfio (if you already have sfio installed) or regular stdio. +stdio mechanism is still available if needed. The abstraction layer +can use AT&T's sfio (if you already have sfio installed) or regular stdio. Using PerlIO with sfio may cause problems with some extension modules. If this doesn't make any sense to you, just accept the default '$dflt'. EOM -rp='Use the experimental PerlIO abstraction layer?' +rp='Use the PerlIO abstraction layer?' . ./myread case "$ans" in y|Y) val="$define" - ;; + ;; *) echo "Ok, doing things the stdio way." val="$undef"