Mention that ::ISA::CACHE:: no longer exists
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 17 Dec 2007 13:20:45 +0000 (13:20 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 17 Dec 2007 13:20:45 +0000 (13:20 +0000)
p4raw-id: //depot/perl@32625

pod/perl5100delta.pod

index 178a72fd2a3a76d1dd9c708e44ffc12dca246ce3..cf90dc939c0e6198b0594a3294e9021e0151cb13 100644 (file)
@@ -260,7 +260,10 @@ available: the C3 algorithm. See L<mro> for more information.
 Note that, due to changes in the implementation 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.
+array and should not have been done in the first place. Also, the
+cache C<*::ISA::CACHE::> no longer exists; to force reset the @ISA cache,
+you now need to use the C<mro> API, or more simply to assign to @ISA
+(e.g. with C<@ISA = @ISA>).
 
 =head2 readdir() may return a "short filename" on Windows