diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-23 10:20:29 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-23 10:20:29 +0000 |
commit | afa2ea4a6edd99748221c1528d2b725fa19895c4 (patch) | |
tree | 6153d6ac6c2f3cdf48fd50648789941b058c7b74 /pod/perl595delta.pod | |
parent | d3ca1033876070b408cb1dc6a61c430a43cfd7c0 (diff) | |
download | perl-afa2ea4a6edd99748221c1528d2b725fa19895c4.tar.gz |
Perldelta nit by Brandon Black
p4raw-id: //depot/perl@31260
Diffstat (limited to 'pod/perl595delta.pod')
-rw-r--r-- | pod/perl595delta.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index 76ff668cb8..034a9274ae 100644 --- a/pod/perl595delta.pod +++ b/pod/perl595delta.pod @@ -52,6 +52,15 @@ B::Concise). The JPL (Java-Perl Linguo) has been removed from the perl sources tarball. +=head2 Recursive inheritance detected earlier + +Perl will now immediately throw an exception if you modify any package's +C<@ISA> in such a way that it would cause recursive inheritance. + +Previously, the exception would not occur until Perl attempted to make +use of the recursive inheritance while resolving a method or doing a +C<$foo-E<gt>isa($bar)> lookup. + =head1 Core Enhancements =head2 Regular expressions |