p4raw-id: //depot/perl@31550
available: the C3 algorithm. See L<mro> for more information.
(Brandon Black)
+Note that, due to changes in the implentation of class hierarchy search,
+code that used to undef the C<*ISA> glob will most probably break. Anyway,
+undef'ing C<*ISA> had the side-effect of removing the magic on the @ISA
+array and should not have been done in the first place.
+
=head2 bignum, bigint, bigrat
The three numeric pragmas C<bignum>, C<bigint> and C<bigrat> are now