From 7683cad7b55a6a4590e5d6893283008400e5d88f Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 15 Nov 2010 16:10:45 -0800 Subject: [PATCH] perldelta: Remove a misleading reference [perl #79024] was a very specific case of part of this entry, which was only broken temporarily. --- pod/perldelta.pod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 52342f3..e3786df 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -959,8 +959,7 @@ C and C and C used not to update the internal isa caches if the stash or C<@ISA> array had a reference elsewhere. In fact, C would stop a new C<@Foo::ISA> array from updating -caches -L<[perl #79024]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=79024>. +caches. =item * -- 1.8.3.1