From: Jarkko Hietaniemi Date: Sat, 8 Jun 2002 19:06:31 +0000 (+0000) Subject: Add deprecations. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a42d51ebffa968d7ccfe2140a34c0eeecd86410e;p=p5sagit%2Fp5-mst-13.2.git Add deprecations. p4raw-id: //depot/perl@17110 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 355346e..fbfed2c 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 and C 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">.