From: Rafael Garcia-Suarez Date: Wed, 23 May 2007 10:20:29 +0000 (+0000) Subject: Perldelta nit by Brandon Black X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=afa2ea4a6edd99748221c1528d2b725fa19895c4;p=p5sagit%2Fp5-mst-13.2.git Perldelta nit by Brandon Black p4raw-id: //depot/perl@31260 --- diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index 76ff668..034a927 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-Eisa($bar)> lookup. + =head1 Core Enhancements =head2 Regular expressions