From: Jarkko Hietaniemi Date: Sun, 9 Jun 2002 17:24:22 +0000 (+0000) Subject: Better wording from Sarathy. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2cbc6866fea76c1745515432770a0eacd5e7b37d;p=p5sagit%2Fp5-mst-13.2.git Better wording from Sarathy. p4raw-id: //depot/perl@17141 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 416baae..d14e208 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -280,8 +280,8 @@ release. =item * -The C and C will become fatal errors -under tainting in some future release. +The C and C operations will produce fatal +errors on tainted data in some future release. =item * @@ -626,10 +626,10 @@ This is not a substitute for -T.> In other taint news, the C and C have now been considered too risky (think C: it can start any program -with any arguments), and now the said forms cause a warning. -You should carefully launder the arguments to guarantee their -validity. In future releases of Perl the forms will become fatal -errors so consider starting laundering now. +with any arguments), and now the said forms cause a warning under +lexical warnings. You should carefully launder the arguments to +guarantee their validity. In future releases of Perl the forms will +become fatal errors so consider starting laundering now. =item *