diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-09 17:24:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-09 17:24:22 +0000 |
commit | 2cbc6866fea76c1745515432770a0eacd5e7b37d (patch) | |
tree | b1008273068c342760144c18d11b4294e2a165c0 | |
parent | d5ccb752621ed87abb86cf9caac2e70571ecfe68 (diff) | |
download | perl-2cbc6866fea76c1745515432770a0eacd5e7b37d.tar.gz |
Better wording from Sarathy.
p4raw-id: //depot/perl@17141
-rw-r--r-- | pod/perldelta.pod | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 416baae635..d14e208670 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -280,8 +280,8 @@ release. =item * -The C<exec LIST> and C<system LIST> will become fatal errors -under tainting in some future release. +The C<exec LIST> and C<system LIST> 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<exec LIST> and C<system LIST> have now been considered too risky (think C<exec @ARGV>: 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 * |