Mention that pseudo-hashes are no longer supported
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 7 Jul 2007 09:03:41 +0000 (09:03 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 7 Jul 2007 09:03:41 +0000 (09:03 +0000)
p4raw-id: //depot/perl@31556

pod/perl595delta.pod

index 8ff50be..8aa845a 100644 (file)
@@ -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,