diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-07 09:03:41 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-07 09:03:41 +0000 |
commit | 00880d60ab3a392fce4f5104854f769954b84313 (patch) | |
tree | bd261b7d7e3a1b7724f1555e7d3058e4afc2efb9 | |
parent | b2b69dadcca2494c40e1ab97f4f84132cb569867 (diff) | |
download | perl-00880d60ab3a392fce4f5104854f769954b84313.tar.gz |
Mention that pseudo-hashes are no longer supported
p4raw-id: //depot/perl@31556
-rw-r--r-- | pod/perl595delta.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index 8ff50be5ac..8aa845a8d3 100644 --- a/pod/perl595delta.pod +++ b/pod/perl595delta.pod @@ -35,6 +35,11 @@ anyway.) The regular expression construct C<(?p{})>, which was deprecated in perl 5.8, has been removed. Use C<(??{})> instead. (Rafael) +=head2 Pseudo-hashes have been removed + +Support for pseudo-hashes has been removed from Perl 5.9. (The C<fields> +pragma remains here, but uses an alternate implementation.) + =head2 Removal of the bytecode compiler and of perlcc C<perlcc>, the byteloader and the supporting modules (B::C, B::CC, |