Add deprecations.
Jarkko Hietaniemi [Sat, 8 Jun 2002 19:06:31 +0000 (19:06 +0000)]
p4raw-id: //depot/perl@17110

pod/perldelta.pod

index 355346e..fbfed2c 100644 (file)
@@ -227,6 +227,12 @@ 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.
+
+=item *
+
 The current user-visible implementation of pseudo-hashes (the weird
 use of the first array element) is deprecated starting from Perl 5.8.0
 and will be removed in Perl 5.10.0, and the feature will be
@@ -274,6 +280,11 @@ release.
 
 =item *
 
+The C<exec LIST> and C<system LIST> will become fatal errors
+under tainting in some future release.
+
+=item *
+
 The existing behaviour when localising tied arrays and hashes is wrong,
 and will be changed in a future release, so do not rely on the existing
 behaviour. See L<"Localising Tied Arrays and Hashes Is Broken">.