summaryrefslogtreecommitdiff
path: root/pod/perlobj.pod
diff options
context:
space:
mode:
authorApocalypse <perl@0ne.us>2011-02-15 18:38:04 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-02-15 20:25:25 -0800
commit96090e4f0acf1d24051c680595b4740bd24cb69a (patch)
tree2018450c5cbec81deb0268f3d899e03534c797b9 /pod/perlobj.pod
parentc05760c68edc298aadab73da2781ba0fe1cf24b6 (diff)
downloadperl-96090e4f0acf1d24051c680595b4740bd24cb69a.tar.gz
Fix bad pod links found by Test::Pod::LinkCheck
Diffstat (limited to 'pod/perlobj.pod')
-rw-r--r--pod/perlobj.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlobj.pod b/pod/perlobj.pod
index fdecd84a68..850225f64a 100644
--- a/pod/perlobj.pod
+++ b/pod/perlobj.pod
@@ -576,7 +576,7 @@ destructed. Plain refs are only garbage-collected if the destruct level
is greater than 0. You can test the higher levels of global destruction
by setting the PERL_DESTRUCT_LEVEL environment variable, presuming
C<-DDEBUGGING> was enabled during perl build time.
-See L<perlhack/PERL_DESTRUCT_LEVEL> for more information.
+See L<perlhacktips/PERL_DESTRUCT_LEVEL> for more information.
A more complete garbage collection strategy will be implemented
at a future date.