This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Remove a misleading reference
authorFather Chrysostomos <sprout@cpan.org>
Tue, 16 Nov 2010 00:10:45 +0000 (16:10 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 16 Nov 2010 00:18:39 +0000 (16:18 -0800)
[perl #79024] was a very specific case of part of this entry, which
was only broken temporarily.

pod/perldelta.pod

index 52342f3..e3786df 100644 (file)
@@ -959,8 +959,7 @@ C<undef *Foo::> and C<undef *Foo::ISA> and C<delete $package::{ISA}>
 used not to update the internal isa caches if the
 stash or C<@ISA> array had a reference elsewhere. In
 fact, C<undef *Foo::ISA> 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 *