summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-07 09:03:41 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-07 09:03:41 +0000
commitacba576ad3048263ec33545f50c6f47d5460a25c (patch)
treebd261b7d7e3a1b7724f1555e7d3058e4afc2efb9
parent1ef194234b74b8c7a9176271624b98cb95d5a06c (diff)
downloadperl-acba576ad3048263ec33545f50c6f47d5460a25c.tar.gz
Mention that pseudo-hashes are no longer supported
p4raw-id: //depot/perl@31556
-rw-r--r--pod/perl595delta.pod5
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,