diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 355346e4bd..fbfed2cf24 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -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">. |