From: Philip Newton Date: Mon, 10 Jun 2002 07:56:41 +0000 (+0200) Subject: Re: Change 17108: Document the do BAREWORD change, from Rafael. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=284d5235da258ed6946903b685f1ef482bb4b9b6;p=p5sagit%2Fp5-mst-13.2.git Re: Change 17108: Document the do BAREWORD change, from Rafael. Date: Mon, 10 Jun 2002 07:56:41 +0200 Message-ID: Subject: Re: Change 17110: Add deprecations. From: Philip Newton Date: Mon, 10 Jun 2002 07:56:22 +0200 Message-ID: p4raw-id: //depot/perl@17167 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 09e138f..4b739dd 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -228,8 +228,8 @@ since it, in a way, falsely promised that the features could be used. =item * In future releases, non-PerlIO aware XS modules may become completely -unsupported. Since PerlIO is a drop-in replacement for stdio, this -shouldn't be that drastic a change. +unsupported. Since PerlIO is a drop-in replacement for stdio at the +source code level, this shouldn't be that drastic a change. =item * @@ -505,7 +505,7 @@ in multiple arguments.) =item * C followed by a bareword now ensures that this bareword isn't -a keyword (to avoid a bug where C tried to call +a keyword (to avoid a bug where C tried to call a subroutine called C). This means that for example instead of C you must write C.