From: Steve Hay Date: Sat, 20 Feb 2010 00:29:55 +0000 (+0000) Subject: More updates to perl5115delta.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e6a8543aedf911a51d7a14023f45eddab7b54cf2;p=p5sagit%2Fp5-mst-13.2.git More updates to perl5115delta.pod --- diff --git a/pod/perl5115delta.pod b/pod/perl5115delta.pod index 3bbd0a7..c05531b 100644 --- a/pod/perl5115delta.pod +++ b/pod/perl5115delta.pod @@ -129,6 +129,16 @@ has been fixed. =item * +Interpolating a regex that makes use of the C pragma will no longer +cause a run-time error. (Fixes RT #56444) + +=item * + +Array references assigned to C<*Foo::ISA> now have the necessary magic added +to them to catch any further updates to the new C<@ISA>. (Fixes RT #72866) + +=item * + Filehandles are now always blessed into C, which, together with some suitable manipulation of C<@IO::File::ISA>, fixes a breakage introduced in Perl 5.11.3 by a change that always blessed filehandles into C