Perldelta nit by Brandon Black
Rafael Garcia-Suarez [Wed, 23 May 2007 10:20:29 +0000 (10:20 +0000)]
p4raw-id: //depot/perl@31260

pod/perl595delta.pod

index 76ff668..034a927 100644 (file)
@@ -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