From: Rafael Garcia-Suarez Date: Sat, 7 Jul 2007 09:03:41 +0000 (+0000) Subject: Mention that pseudo-hashes are no longer supported X-Git-Tag: accepted/trunk/20130322.191538~14923 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00880d60ab3a392fce4f5104854f769954b84313;p=platform%2Fupstream%2Fperl.git Mention that pseudo-hashes are no longer supported p4raw-id: //depot/perl@31556 --- diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index 8ff50be..8aa845a 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 +pragma remains here, but uses an alternate implementation.) + =head2 Removal of the bytecode compiler and of perlcc C, the byteloader and the supporting modules (B::C, B::CC,