diff options
author | Steve Hay <SteveHay@planit.com> | 2010-02-20 00:29:55 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2010-02-20 00:29:55 +0000 |
commit | e6a8543aedf911a51d7a14023f45eddab7b54cf2 (patch) | |
tree | 91bb8e70f27de24cd2fad344284cbf0c9e8137a5 /pod/perl5115delta.pod | |
parent | f5a573297aad004c6761b844d65a3e6d8402cd50 (diff) | |
download | perl-e6a8543aedf911a51d7a14023f45eddab7b54cf2.tar.gz |
More updates to perl5115delta.pod
Diffstat (limited to 'pod/perl5115delta.pod')
-rw-r--r-- | pod/perl5115delta.pod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pod/perl5115delta.pod b/pod/perl5115delta.pod index 3bbd0a7e78..c05531b6d0 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<charnames> 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<IO::File>, 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<IO::Handle> |